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