scripts/install.py

branch
eric7
changeset 10046
35b27af462ef
parent 10042
ca636e8d80fd
child 10065
de4ae767b0e3
--- a/scripts/install.py	Sat May 20 19:50:13 2023 +0200
+++ b/scripts/install.py	Sun May 21 15:26:11 2023 +0200
@@ -1876,7 +1876,10 @@
 
     # check version of QScintilla
     # ===========================
-    from PyQt6.Qsci import QSCINTILLA_VERSION, QSCINTILLA_VERSION_STR  # noqa: I101, I102
+    from PyQt6.Qsci import (  # noqa: I101, I102
+        QSCINTILLA_VERSION,
+        QSCINTILLA_VERSION_STR,
+    )
 
     print("PyQt6-QScintilla:", QSCINTILLA_VERSION_STR.strip())
     # always assume, that snapshots or dev versions are new enough

eric ide

mercurial