Skip to content

Commit cca8e41

Browse files
committed
Merge pull request matplotlib#3222 from WeatherGod/mplot3d/py3k_fixes
add reduce to the list of imports from six.moves
2 parents 69d6c65 + 6cc69b4 commit cca8e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/mpl_toolkits/mplot3d/axes3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import math
1515

1616
import six
17-
from six.moves import map, xrange, zip
17+
from six.moves import map, xrange, zip, reduce
1818

1919
import warnings
2020
from operator import itemgetter

0 commit comments

Comments
 (0)