diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-09 11:01:44 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-09 11:01:44 +0000 |
commit | bc6564bac0010cda8f75e7f5325f5dc2c49b8ebd (patch) | |
tree | 3b5e16768ac9b22d542a5a3d2b6a0f8bcc592188 /synapse | |
parent | Add PEP8 newlines (diff) | |
download | synapse-bc6564bac0010cda8f75e7f5325f5dc2c49b8ebd.tar.xz |
Add PEP8 newlines
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/util/frozenutils.py | 2 |
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) |