RefactoringRope/RestructureDialog.py

branch
eric7
changeset 409
65153bf17e8d
parent 389
4f53795beff0
child 411
8cccb49bba7b
diff -r 19321ca1a6d1 -r 65153bf17e8d RefactoringRope/RestructureDialog.py
--- a/RefactoringRope/RestructureDialog.py	Tue Dec 20 14:31:55 2022 +0100
+++ b/RefactoringRope/RestructureDialog.py	Tue Dec 20 14:33:49 2022 +0100
@@ -8,10 +8,10 @@
 """
 
 from PyQt6.QtCore import pyqtSlot
-from PyQt6.QtWidgets import QDialogButtonBox, QAbstractButton
+from PyQt6.QtWidgets import QAbstractButton, QDialogButtonBox
 
+from .RefactoringDialogBase import RefactoringDialogBase
 from .Ui_RestructureDialog import Ui_RestructureDialog
-from .RefactoringDialogBase import RefactoringDialogBase
 
 
 class RestructureDialog(RefactoringDialogBase, Ui_RestructureDialog):

eric ide

mercurial