8000 Skip warning about unused import · matplotlib/matplotlib@f2e64dc · GitHub
[go: up one dir, main page]

Skip to content

Commit f2e64dc

Browse files
committed
Skip warning about unused import
1 parent 7ab5236 commit f2e64dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
def _get_testable_interactive_backends():
2121
try:
22-
from matplotlib.backends.qt_compat import QtGui
22+
from matplotlib.backends.qt_compat import QtGui # noqa
2323
have_qt5 = True
2424
except ImportError:
2525
have_qt5 = False

0 commit comments

Comments
 (0)
0