forked from MirrorHub/synapse
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
|
from six import string_types
|
||||||
|
|
||||||
|
|
||||||
def freeze(o):
|
def freeze(o):
|
||||||
if isinstance(o, dict):
|
if isinstance(o, dict):
|
||||||
return frozendict({k: freeze(v) for k, v in o.items()})
|
return frozendict({k: freeze(v) for k, v in o.items()})
|
||||||
|
|
Loading…
Reference in a new issue