Skip to content

Commit 466d787

Browse files
authored
Merge pull request #10912 from Siecje/master
remove unused matplotlib.testing import
2 parents c8fd779 + b14376d commit 466d787

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)