Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7f9b9 commit 98438a5Copy full SHA for 98438a5
1 file changed
lib/matplotlib/backends/qt_compat.py
@@ -93,7 +93,7 @@ def _setup_pyqt4():
93
94
def _setup_pyqt4_internal(api):
95
global QtCore, QtGui, QtWidgets, \
96
- __version__, is_pyqt5, _getSaveFileName
+ __version__, is_pyqt5, _isdeleted, _getSaveFileName
97
# List of incompatible APIs:
98
# http://pyqt.sourceforge.net/Docs/PyQt4/incompatible_apis.html
99
_sip_apis = ["QDate", "QDateTime", "QString", "QTextStream", "QTime",
0 commit comments