RefactoringRope/HistoryDialog.py

branch
eric7
changeset 409
65153bf17e8d
parent 406
923d7f711cae
child 411
8cccb49bba7b
diff -r 19321ca1a6d1 -r 65153bf17e8d RefactoringRope/HistoryDialog.py
--- a/RefactoringRope/HistoryDialog.py	Tue Dec 20 14:31:55 2022 +0100
+++ b/RefactoringRope/HistoryDialog.py	Tue Dec 20 14:33:49 2022 +0100
@@ -7,13 +7,13 @@
 Module implementing the History dialog.
 """
 
-from PyQt6.QtCore import pyqtSlot, Qt, QItemSelectionModel
+from PyQt6.QtCore import QItemSelectionModel, Qt, pyqtSlot
 from PyQt6.QtGui import QBrush, QTextCursor
-from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QListWidgetItem, QAbstractButton
+from PyQt6.QtWidgets import QAbstractButton, QDialog, QDialogButtonBox, QListWidgetItem
 
 from eric7 import Preferences, Utilities
+from eric7.EricWidgets import EricMessageBox
 from eric7.EricWidgets.EricApplication import ericApp
-from eric7.EricWidgets import EricMessageBox
 
 try:
     from eric7.SystemUtilities.OSUtilities import isWindowsPlatform

eric ide

mercurial