0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 12:43:50 +01:00

Add PEP8 newlines

This commit is contained in:
Erik Johnston 2014-12-09 11:01:44 +00:00
parent 8c48450682
commit bc6564bac0

View file

@ -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)