Add PEP8 newlines

This commit is contained in:
Erik Johnston 2014-12-09 11:01:44 +00:00
parent 8c48450682
commit bc6564bac0

View file

@ -53,4 +53,4 @@ class FrozenEncoder(json.JSONEncoder):
if isinstance(o, frozendict):
return dict(o)
return json.JSONEncoder(self, o)
return json.JSONEncoder(self, o)