src/eric7/Preferences/ConfigurationPages/ShellPage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
--- a/src/eric7/Preferences/ConfigurationPages/ShellPage.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/ShellPage.py	Fri Nov 04 13:52:26 2022 +0100
@@ -10,13 +10,12 @@
 from PyQt6.QtCore import pyqtSlot
 from PyQt6.QtWidgets import QFontDialog
 
+from eric7 import Preferences
+from eric7.QScintilla.Shell import ShellHistoryStyle
+
 from .ConfigurationPageBase import ConfigurationPageBase
 from .Ui_ShellPage import Ui_ShellPage
 
-from eric7 import Preferences
-
-from eric7.QScintilla.Shell import ShellHistoryStyle
-
 
 class ShellPage(ConfigurationPageBase, Ui_ShellPage):
     """

eric ide

mercurial