Changing location of reduce import to not use six.moves

pull/14740/head
James Cammarata 9 years ago
parent b559d0e6ee
commit 9acb5aa176

@ -117,7 +117,7 @@ try:
reduce reduce
except NameError: except NameError:
# Python 3 # Python 3
from six.moves import reduce from functools import reduce
try: try:
NUMBERTYPES = (int, long, float) NUMBERTYPES = (int, long, float)

Loading…
Cancel
Save