src/eric7/QScintilla/QsciScintillaCompat.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9474
7258d36204be
--- a/src/eric7/QScintilla/QsciScintillaCompat.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/QScintilla/QsciScintillaCompat.py	Fri Nov 04 13:52:26 2022 +0100
@@ -9,14 +9,11 @@
 
 import contextlib
 
-from PyQt6.QtCore import pyqtSignal, Qt, QPoint
-from PyQt6.QtGui import QPalette, QColor
+from PyQt6.Qsci import QSCINTILLA_VERSION as QSCIQSCINTILLA_VERSION
+from PyQt6.Qsci import QsciScintilla, QsciScintillaBase
+from PyQt6.QtCore import QPoint, Qt, pyqtSignal
+from PyQt6.QtGui import QColor, QPalette
 from PyQt6.QtWidgets import QApplication, QListWidget
-from PyQt6.Qsci import (
-    QsciScintillaBase,
-    QsciScintilla,
-    QSCINTILLA_VERSION as QSCIQSCINTILLA_VERSION,
-)
 
 ###############################################################################
 

eric ide

mercurial