Fix pyflakes

pull/25/head
Erik Johnston 2014-12-16 13:41:43 +00:00
parent 58168498b0
commit 5a465b67ba
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
from frozendict import frozendict
import json
def freeze(o):
if isinstance(o, dict) or isinstance(o, frozendict):