--- a/RefactoringRope/MatchesDialog.py Tue Dec 20 14:31:55 2022 +0100 +++ b/RefactoringRope/MatchesDialog.py Tue Dec 20 14:33:49 2022 +0100 @@ -7,8 +7,8 @@ Module implementing a dialog to show matching references/definitions. """ -from PyQt6.QtCore import pyqtSlot, Qt -from PyQt6.QtWidgets import QDialog, QTreeWidgetItem, QDialogButtonBox, QHeaderView +from PyQt6.QtCore import Qt, pyqtSlot +from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QHeaderView, QTreeWidgetItem from eric7.EricWidgets.EricApplication import ericApp