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)