Skip to content

Commit 7b852c6

Browse files
committed
Re-re-remove deprecated Qt globals.
These were missed in 1d15bf4, and caused import of `backend_qt5` to fail with `cannot import name 'SUPER' from 'matplotlib.backends.backend_qt'`.
1 parent 3a4fdea commit 7b852c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/backends/backend_qt5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from .backend_qt import (
22
backend_version, SPECIAL_KEYS,
3-
# These are deprecated.
4-
SUPER, ALT, CTRL, SHIFT, MODIFIER_KEYS as _MODIFIER_KEYS,
53
# Public API
64
cursord, _create_qApp, _BackendQT, TimerQT, MainWindow, FigureCanvasQT,
75
FigureManagerQT, ToolbarQt, NavigationToolbar2QT, SubplotToolQt,

0 commit comments

Comments
 (0)