src/eric7/CodeFormatting/IsortFormattingDialog.py

branch
eric7
changeset 10689
3ede487187f2
parent 10621
f5631f40c4d9
child 11006
a671918232f3
diff -r 0d9853ceb288 -r 3ede487187f2 src/eric7/CodeFormatting/IsortFormattingDialog.py
--- a/src/eric7/CodeFormatting/IsortFormattingDialog.py	Mon Apr 22 13:20:16 2024 +0200
+++ b/src/eric7/CodeFormatting/IsortFormattingDialog.py	Mon Apr 22 15:15:36 2024 +0200
@@ -284,13 +284,13 @@
         self.__performAction()
 
     @pyqtSlot(QTreeWidgetItem, int)
-    def on_resultsList_itemDoubleClicked(self, item, column):
+    def on_resultsList_itemDoubleClicked(self, item, _column):
         """
         Private slot handling a double click of a result item.
 
         @param item reference to the double clicked item
         @type QTreeWidgetItem
-        @param column column number that was double clicked
+        @param _column column number that was double clicked (unused)
         @type int
         """
         dataType = item.data(0, IsortFormattingDialog.DataTypeRole)

eric ide

mercurial