Skip to content

Commit

Permalink
backwards compatability for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtolton committed Nov 20, 2017
1 parent 81a3fed commit 9655e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion naga/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ def _reflect(x):
conj: Iterable}
.get(type(x), cond(x,
fpartial(isinstance, collections.MutableMapping), dict,
fpartial(isinstance, collections.Generator), Iterable,
fpartial(isinstance, types.GeneratorType), Iterable,
constantly(True), x)))

Expand Down

0 comments on commit 9655e43

Please sign in to comment.