Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAFile committed May 29, 2018
1 parent 4ee4450 commit 7873cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/util/frozenutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

from six import string_types


def freeze(o):
if isinstance(o, dict):
return frozendict({k: freeze(v) for k, v in o.items()})
Expand Down

0 comments on commit 7873cde

Please sign in to comment.