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

Skip to content

Commit 29db5e4

Browse files
ivanovMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #15291: Remove error_msg_qt from backend_qt4.
1 parent 7f116b2 commit 29db5e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from .backend_qt5 import (
22
backend_version, SPECIAL_KEYS, SUPER, ALT, CTRL, SHIFT, MODIFIER_KEYS,
33
cursord, _create_qApp, _BackendQT5, TimerQT, MainWindow, FigureCanvasQT,
4-
FigureManagerQT, NavigationToolbar2QT, SubplotToolQt, error_msg_qt,
5-
exception_handler)
4+
FigureManagerQT, NavigationToolbar2QT, SubplotToolQt, exception_handler)
65

76

87
@_BackendQT5.export

0 commit comments

Comments
 (0)