Add PEP8 newlines

pull/25/head
Erik Johnston 2014-12-09 11:01:44 +00:00
parent 8c48450682
commit bc6564bac0
1 changed files with 1 additions and 1 deletions

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)