Skip to content

Commit

Permalink
Merge pull request #22 from jrobeson/remove-unused-variable
Browse files Browse the repository at this point in the history
Remove unused TYPE_TYPES constant
  • Loading branch information
sampsyo committed May 26, 2016
2 parents b1a5b2b + 98d7e8c commit 2aa4d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
STRING = str if PY3 else unicode
BASESTRING = str if PY3 else basestring
NUMERIC_TYPES = (int, float) if PY3 else (int, float, long)
TYPE_TYPES = (type,) if PY3 else (type, types.ClassType)


def iter_first(sequence):
Expand Down

0 comments on commit 2aa4d10

Please sign in to comment.