mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 18:29:17 -04:00
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):
|
if isinstance(o, frozendict):
|
||||||
return dict(o)
|
return dict(o)
|
||||||
|
|
||||||
return json.JSONEncoder(self, o)
|
return json.JSONEncoder(self, o)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue