src/eric7/QScintilla/EditorAssembly.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/QScintilla/EditorAssembly.py
--- a/src/eric7/QScintilla/EditorAssembly.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/QScintilla/EditorAssembly.py	Fri Nov 04 13:52:26 2022 +0100
@@ -11,13 +11,12 @@
 import contextlib
 
 from PyQt6.QtCore import QTimer
-from PyQt6.QtWidgets import QWidget, QGridLayout, QComboBox
+from PyQt6.QtWidgets import QComboBox, QGridLayout, QWidget
 
+from eric7 import Preferences
+from eric7.EricGui import EricPixmapCache
 from eric7.EricWidgets.EricApplication import ericApp
 
-from eric7.EricGui import EricPixmapCache
-from eric7 import Preferences
-
 
 class EditorAssembly(QWidget):
     """
@@ -49,8 +48,8 @@
         self.__layout.setContentsMargins(0, 0, 0, 0)
         self.__layout.setSpacing(1)
 
+        from .Editor import Editor
         from .EditorButtonsWidget import EditorButtonsWidget
-        from .Editor import Editor
         from .EditorOutline import EditorOutlineView
 
         self.__showOutline = Preferences.getEditor("ShowSourceOutline")

eric ide

mercurial