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 79f3385 commit 15764cfCopy full SHA for 15764cf
lib/matplotlib/tests/test_backend_qt.py
@@ -6,7 +6,6 @@
6
import matplotlib
7
from matplotlib import pyplot as plt
8
from matplotlib._pylab_helpers import Gcf
9
-from matplotlib.backends.qt_editor import _formlayout
10
11
import pytest
12
@@ -16,6 +15,7 @@
16
15
except ImportError:
17
pytestmark = pytest.mark.skip('No usable Qt5 bindings')
18
from matplotlib.backends.qt_compat import QtWidgets
+from matplotlib.backends.qt_editor import _formlayout
19
20
21
@pytest.fixture
0 commit comments