8000 remove unused matplotlib.testing import · matplotlib/matplotlib@b14376d · GitHub
[go: up one dir, main page]

Skip to content

Commit b14376d

Browse files
committed
remove unused matplotlib.testing import
1 parent c8fd779 commit b14376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import warnings
2525
import re
2626

27-
from matplotlib import cbook, testing
27+
from matplotlib import cbook
2828
from matplotlib.cbook import mplDeprecation, deprecated, ls_mapper
2929
from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
3030
from matplotlib.colors import is_color_like

0 commit comments

Comments
 (0)
0