We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d6c65 + 6cc69b4 commit cca8e41Copy full SHA for cca8e41
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -14,7 +14,7 @@
14
import math
15
16
import six
17
-from six.moves import map, xrange, zip
+from six.moves import map, xrange, zip, reduce
18
19
import warnings
20
from operator import itemgetter
0 commit comments