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.
2 parents 6d85a30 + 98438a5 commit fd2e276Copy full SHA for fd2e276
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