Skip to content

Commit c8f5121

Browse files
committed
Skip warning about unused import
1 parent 1dd1ebe commit c8f5121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backends_interactive.py

+1-1
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)