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 aeb0692 commit 84aa97eCopy full SHA for 84aa97e
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