8000 MNT: remove redundant imports · matplotlib/matplotlib@8495a1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8495a1b

Browse files
committed
MNT: remove redundant imports
Both iterable and index_of are imported at the top of this import block
1 parent af9d6eb commit 8495a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import matplotlib.image as mimage
3333
from matplotlib.offsetbox import OffsetBox
3434
from matplotlib.artist import allow_rasterization
35-
from matplotlib.cbook import iterable, index_of
35+
3636
from matplotlib.rcsetup import cycler
3737

3838
rcParams = matplotlib.rcParams

0 commit comments

Comments
 (0)
0