Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3071b30

Browse filesBrowse files
authored
Merge pull request #15317 from meeseeksmachine/auto-backport-of-pr-15291-on-v3.2.x
Backport PR #15291 on branch v3.2.x (Remove error_msg_qt from backend_qt4.)
2 parents 81257c0 + 29db5e4 commit 3071b30
Copy full SHA for 3071b30

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎lib/matplotlib/backends/backend_qt4.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt4.py
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.