mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 04:50:47 -05:00
pep8
This commit is contained in:
parent
4ee4450d66
commit
7873cde526
@ -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…
Reference in New Issue
Block a user