summary refs log tree commit diff
path: root/synapse/util/frozenutils.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-16 13:41:43 +0000
committerErik Johnston <erik@matrix.org>2014-12-16 13:41:43 +0000
commit5a465b67ba5938f7a18dd5411da0e31c4e5fe71c (patch)
tree054aaee4ba7c90c98d43412587454f73c06395e2 /synapse/util/frozenutils.py
parentRemove FrozenEncoder (diff)
downloadsynapse-5a465b67ba5938f7a18dd5411da0e31c4e5fe71c.tar.xz
Fix pyflakes
Diffstat (limited to 'synapse/util/frozenutils.py')
-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):