Skip to content

Commit 19af717

Browse files
committed
Remove error_msg_qt from backend_qt4.
It's already been removed from backend_qt5 (in 3.2), so without this PR backend_qt4 just fails to import...
1 parent 4b27b46 commit 19af717

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)