src/eric7/WebBrowser/Sync/SyncHostTypePage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
--- a/src/eric7/WebBrowser/Sync/SyncHostTypePage.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/WebBrowser/Sync/SyncHostTypePage.py	Fri Nov 04 13:52:26 2022 +0100
@@ -9,12 +9,11 @@
 
 from PyQt6.QtWidgets import QWizardPage
 
+from eric7 import Preferences
+
 from . import SyncGlobals
-
 from .Ui_SyncHostTypePage import Ui_SyncHostTypePage
 
-from eric7 import Preferences
-
 
 class SyncHostTypePage(QWizardPage, Ui_SyncHostTypePage):
     """

eric ide

mercurial