mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 10:14:08 -04:00
pep8
This commit is contained in:
parent
4ee4450d66
commit
7873cde526
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ import simplejson as json
|
|||
|
||||
from six import string_types
|
||||
|
||||
|
||||
def freeze(o):
|
||||
if isinstance(o, dict):
|
||||
return frozendict({k: freeze(v) for k, v in o.items()})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue