src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9624
b47dfa7a137d
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py
--- a/src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py	Fri Nov 04 13:52:26 2022 +0100
@@ -14,14 +14,13 @@
 from PyQt6.QtCore import pyqtSlot
 from PyQt6.QtWidgets import QDialog, QDialogButtonBox
 
+from eric7 import Globals
 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes
 
 from .Ui_VirtualenvInterpreterSelectionDialog import (
     Ui_VirtualenvInterpreterSelectionDialog,
 )
 
-from eric7 import Globals
-
 
 class VirtualenvInterpreterSelectionDialog(
     QDialog, Ui_VirtualenvInterpreterSelectionDialog

eric ide

mercurial