diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/QScintilla/Lexers/LexerHTML.py --- a/src/eric7/QScintilla/Lexers/LexerHTML.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/QScintilla/Lexers/LexerHTML.py Fri Nov 04 13:52:26 2022 +0100 @@ -11,8 +11,9 @@ from PyQt6.Qsci import QsciLexerHTML +from eric7 import Preferences + from .Lexer import Lexer -from eric7 import Preferences class LexerHTML(Lexer, QsciLexerHTML):