RefactoringRope/RenameDialog.py

branch
eric7
changeset 409
65153bf17e8d
parent 396
933b8fcd854f
child 411
8cccb49bba7b
--- a/RefactoringRope/RenameDialog.py	Tue Dec 20 14:31:55 2022 +0100
+++ b/RefactoringRope/RenameDialog.py	Tue Dec 20 14:33:49 2022 +0100
@@ -8,13 +8,13 @@
 """
 
 from PyQt6.QtCore import pyqtSlot
-from PyQt6.QtWidgets import QDialogButtonBox, QAbstractButton
+from PyQt6.QtWidgets import QAbstractButton, QDialogButtonBox
 
 from eric7.EricWidgets import EricMessageBox
 from eric7.EricWidgets.EricApplication import ericApp
 
+from .RefactoringDialogBase import RefactoringDialogBase
 from .Ui_RenameDialog import Ui_RenameDialog
-from .RefactoringDialogBase import RefactoringDialogBase
 
 
 class RenameDialog(RefactoringDialogBase, Ui_RenameDialog):

eric ide

mercurial