Skip to content
Snippets Groups Projects
Commit 5a465b67 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix pyflakes

parent 58168498
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@
from frozendict import frozendict
import json
def freeze(o):
if isinstance(o, dict) or isinstance(o, frozendict):
......
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