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 ff9bc1f

Browse filesBrowse files
authored
Merge pull request #15291 from anntzer/error_msg_qt4
Remove error_msg_qt from backend_qt4.
2 parents 512ffa9 + 19af717 commit ff9bc1f
Copy full SHA for ff9bc1f

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.