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 25a4eee commit 84c36d1Copy full SHA for 84c36d1
1 file changed
lib/matplotlib/tests/test_backend_qt.py
@@ -11,11 +11,10 @@
11
12
13
try:
14
- from matplotlib.backends.qt_compat import QtGui
+ from matplotlib.backends.qt_compat import QtGui, QtWidgets
15
+ from matplotlib.backends.qt_editor import _formlayout
16
except ImportError:
17
pytestmark = pytest.mark.skip('No usable Qt5 bindings')
-from matplotlib.backends.qt_compat import QtWidgets
18
-from matplotlib.backends.qt_editor import _formlayout
19
20
21
@pytest.fixture
0 commit comments