Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43518f commit d7fa78bCopy full SHA for d7fa78b
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -19,7 +19,7 @@
19
20
def _get_testable_interactive_backends():
21
try:
22
- from matplotlib.backends.qt_compat import QtGui
+ from matplotlib.backends.qt_compat import QtGui # noqa
23
have_qt5 = True
24
except ImportError:
25
have_qt5 = False
0 commit comments