--- a/src/eric7/Preferences/ConfigurationPages/EditorPropertiesPage.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/EditorPropertiesPage.py Fri Nov 04 13:52:26 2022 +0100 @@ -9,11 +9,11 @@ from PyQt6.Qsci import QsciLexerPython +from eric7 import Preferences + from .ConfigurationPageBase import ConfigurationPageBase from .Ui_EditorPropertiesPage import Ui_EditorPropertiesPage -from eric7 import Preferences - class EditorPropertiesPage(ConfigurationPageBase, Ui_EditorPropertiesPage): """