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.
2 parents e779b97 + 84aa97e commit aa6e797Copy full SHA for aa6e797
1 file changed
lib/matplotlib/backends/backend_gtk4.py
@@ -26,7 +26,7 @@
26
_BackendGTK, _FigureManagerGTK, _NavigationToolbar2GTK,
27
TimerGTK as TimerGTK4,
28
)
29
-from .backend_gtk import backend_version # noqa: F401 # pylint: disable=W0611
+from ._backend_gtk import backend_version # noqa: F401 # pylint: disable=W0611
30
31
32
class FigureCanvasGTK4(Gtk.DrawingArea, FigureCanvasBase):
0 commit comments