Skip to content
Snippets Groups Projects
Commit 7873cde5 authored by Adrian Tschira's avatar Adrian Tschira
Browse files

pep8

parent 4ee4450d
No related branches found
No related tags found
No related merge requests found
......@@ -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()})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment