Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa6e797

Browse files
authored
Merge pull request #22924 from anntzer/gtk4v
FIX: gtk4 incorrect import
2 parents e779b97 + 84aa97e commit aa6e797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_gtk4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
_BackendGTK, _FigureManagerGTK, _NavigationToolbar2GTK,
2727
TimerGTK as TimerGTK4,
2828
)
29-
from .backend_gtk import backend_version # noqa: F401 # pylint: disable=W0611
29+
from ._backend_gtk import backend_version # noqa: F401 # pylint: disable=W0611
3030

3131

3232
class FigureCanvasGTK4(Gtk.DrawingArea, FigureCanvasBase):

0 commit comments

Comments
 (0)