summary refs log tree commit diff
path: root/synapse/util/caches/lrucache.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-01-26 14:53:04 +0000
committerBrendan Abolivier <babolivier@matrix.org>2022-01-26 18:01:10 +0000
commit0a3d781384dfaeebb6b22ea15f785b42669559c9 (patch)
treecac6aea0652ac1170970d450a79ed25a85232f93 /synapse/util/caches/lrucache.py
parentRemove old register_mxid_from_3pid setting (diff)
downloadsynapse-github/babolivier/username_reg_v2.tar.xz
Diffstat (limited to '')
-rw-r--r--synapse/util/caches/lrucache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/util/caches/lrucache.py b/synapse/util/caches/lrucache.py

index a0a7a9de32..0a9972e397 100644 --- a/synapse/util/caches/lrucache.py +++ b/synapse/util/caches/lrucache.py
@@ -68,7 +68,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: