diff -r 0d9853ceb288 -r 3ede487187f2 src/eric7/CondaInterface/CondaPackagesWidget.py --- a/src/eric7/CondaInterface/CondaPackagesWidget.py Mon Apr 22 13:20:16 2024 +0200 +++ b/src/eric7/CondaInterface/CondaPackagesWidget.py Mon Apr 22 15:15:36 2024 +0200 @@ -512,13 +512,13 @@ self.searchResultList.resizeColumnToContents(col) @pyqtSlot(QTreeWidgetItem, int) - def on_searchResultList_itemDoubleClicked(self, item, column): + def on_searchResultList_itemDoubleClicked(self, item, _column): """ Private slot handling a double click of an item. @param item reference to the item that was double clicked @type QTreeWidgetItem - @param column column of the double click + @param _column column of the double click (unused) @type int """ if item.parent() is not None: