diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Preferences/PreferencesLexer.py --- 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