Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7fa78b

Browse files
committed
Skip warning about unused import
1 parent a43518f commit d7fa78b

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)