summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'synapse')
-rw-r--r--synapse/util/frozenutils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/util/frozenutils.py b/synapse/util/frozenutils.py

index 1874464c8b..fcfb38b3b4 100644 --- a/synapse/util/frozenutils.py +++ b/synapse/util/frozenutils.py
@@ -15,8 +15,6 @@ from frozendict import frozendict -import json - def freeze(o): if isinstance(o, dict) or isinstance(o, frozendict):