forked from MirrorHub/synapse
Add PEP8 newlines
This commit is contained in:
parent
8c48450682
commit
bc6564bac0
1 changed files with 1 additions and 1 deletions
|
@ -53,4 +53,4 @@ class FrozenEncoder(json.JSONEncoder):
|
|||
if isinstance(o, frozendict):
|
||||
return dict(o)
|
||||
|
||||
return json.JSONEncoder(self, o)
|
||||
return json.JSONEncoder(self, o)
|
||||
|
|
Loading…
Reference in a new issue