Skip to content

Commit b4376cd

Browse files
committed
removed izip import which was blowing up the python 3.x builds
1 parent b9cc811 commit b4376cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ticker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from numpy.testing import assert_almost_equal
88
import numpy as np
99
import matplotlib
10-
from itertools import izip
10+
1111
import matplotlib.ticker as mticker
1212

1313

0 commit comments

Comments
 (0)