summary refs log tree commit diff
path: root/synapse/util
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-09 11:01:44 +0000
committerErik Johnston <erik@matrix.org>2014-12-09 11:01:44 +0000
commitbc6564bac0010cda8f75e7f5325f5dc2c49b8ebd (patch)
tree3b5e16768ac9b22d542a5a3d2b6a0f8bcc592188 /synapse/util
parentAdd PEP8 newlines (diff)
downloadsynapse-bc6564bac0010cda8f75e7f5325f5dc2c49b8ebd.tar.xz
Add PEP8 newlines
Diffstat (limited to 'synapse/util')
-rw-r--r--synapse/util/frozenutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/frozenutils.py b/synapse/util/frozenutils.py
index 46d3ab4f7d..1fb67df6b9 100644
--- a/synapse/util/frozenutils.py
+++ b/synapse/util/frozenutils.py
@@ -53,4 +53,4 @@ class FrozenEncoder(json.JSONEncoder):
         if isinstance(o, frozendict):
             return dict(o)
 
-        return json.JSONEncoder(self, o)
\ No newline at end of file
+        return json.JSONEncoder(self, o)