Skip to content

Commit ccfdf5a

Browse files
committed
Fix linting.
1 parent 0065d4b commit ccfdf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def is_pyqt5():
183183
# Fixes issues with Big Sur
184184
# https://bugreports.qt.io/browse/QTBUG-87014, fixed in qt 5.15.2
185185
if (sys.platform == 'darwin' and
186-
LooseVersion(QtCore.qVersion()) < LooseVersion('5.15.2')):
186+
LooseVersion(QtCore.qVersion()) < LooseVersion('5.15.2')):
187187
os.environ['QT_MAC_WANTS_LAYER'] = '1'
188188

189189

0 commit comments

Comments
 (0)