--- a/src/eric7/QScintilla/TypingCompleters/CompleterPython.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/QScintilla/TypingCompleters/CompleterPython.py Fri Nov 04 13:52:26 2022 +0100 @@ -11,11 +11,11 @@ from PyQt6.Qsci import QsciLexerPython, QsciScintilla -from .CompleterBase import CompleterBase - from eric7 import Preferences from eric7.Utilities import rxIndex +from .CompleterBase import CompleterBase + class CompleterPython(CompleterBase): """