RefactoringRope/MatchesDialog.py

branch
eric7
changeset 413
a4cba20ad7ab
parent 412
6fa5892b9097
child 426
7592a1c052e8
--- a/RefactoringRope/MatchesDialog.py	Sat Dec 23 15:48:55 2023 +0100
+++ b/RefactoringRope/MatchesDialog.py	Sat Dec 23 17:58:35 2023 +0100
@@ -70,7 +70,7 @@
         self.matchesList.header().setStretchLastSection(True)
 
     @pyqtSlot(QTreeWidgetItem, int)
-    def on_matchesList_itemActivated(self, item, column):
+    def on_matchesList_itemActivated(self, item, column):  # noqa: U100
         """
         Private slot to handle the itemActivated signal of the list.
 

eric ide

mercurial