Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cc69b4

Browse files
committed
add reduce to the list of imports from six.moves
1 parent 2d43258 commit 6cc69b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
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)