diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-01-05 14:19:39 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-01-05 14:19:39 +0000 |
commit | 717a5c085a593f00b9454e0155e16f0466b77fd3 (patch) | |
tree | f92d46b057c88443443409a8fd53e5c749917bd9 /synapse/util/caches/lrucache.py | |
parent | Merge branch 'rav/no_bundle_aggregations_in_sync' into matrix-org-hotfixes (diff) | |
parent | Mention drop of support in changelog (diff) | |
download | synapse-717a5c085a593f00b9454e0155e16f0466b77fd3.tar.xz |
Merge branch 'release-v1.50' into matrix-org-hotfixes
Diffstat (limited to 'synapse/util/caches/lrucache.py')
-rw-r--r-- | synapse/util/caches/lrucache.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/util/caches/lrucache.py b/synapse/util/caches/lrucache.py index eb96f7e665..3f11a2f9dd 100644 --- a/synapse/util/caches/lrucache.py +++ b/synapse/util/caches/lrucache.py @@ -69,7 +69,6 @@ try: sizer.exclude_refs((), None, "") return sizer.asizeof(val, limit=100 if recurse else 0) - except ImportError: def _get_size_of(val: Any, *, recurse: bool = True) -> int: |