src/eric7/QScintilla/Lexers/LexerCPP.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9484
d2eb8f0a5bf0
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/QScintilla/Lexers/LexerCPP.py
--- a/src/eric7/QScintilla/Lexers/LexerCPP.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/QScintilla/Lexers/LexerCPP.py	Fri Nov 04 13:52:26 2022 +0100
@@ -11,8 +11,9 @@
 
 from PyQt6.Qsci import QsciLexerCPP, QsciScintilla
 
+from eric7 import Preferences
+
 from .SubstyledLexer import SubstyledLexer
-from eric7 import Preferences
 
 
 class LexerCPP(SubstyledLexer, QsciLexerCPP):

eric ide

mercurial