8000 MNT : remove unused imports · matplotlib/matplotlib@06a934c · GitHub
[go: up one dir, main page]

Skip to content

Commit 06a934c

Browse files
committed
MNT : remove unused imports
1 parent ac335d9 commit 06a934c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import matplotlib
1414

1515
import matplotlib.cbook as cbook
16-
from matplotlib.cbook import _string_to_bool, mplDeprecation
16+
from matplotlib.cbook import mplDeprecation
1717
import matplotlib.collections as mcoll
1818
import matplotlib.colors as mcolors
1919
import matplotlib.contour as mcontour

0 commit comments

Comments
 (0)
0