src/eric7/Preferences/PreferencesLexer.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
--- a/src/eric7/Preferences/PreferencesLexer.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Preferences/PreferencesLexer.py	Fri Nov 04 13:52:26 2022 +0100
@@ -7,8 +7,8 @@
 Module implementing a special QScintilla lexer to handle the preferences.
 """
 
+from PyQt6.Qsci import QsciScintillaBase
 from PyQt6.QtCore import QCoreApplication, QObject
-from PyQt6.Qsci import QsciScintillaBase
 
 from eric7 import Globals, Preferences
 

eric ide

mercurial