--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -585,11 +585,11 @@ topItem.setHidden(topItem.text(self.__statusColumn) != txt) @pyqtSlot(QTreeWidgetItem, int) - def on_statusList_itemChanged(self, item, column): + def on_statusList_itemChanged(self, _item, column): """ Private slot to act upon item changes. - @param item reference to the changed item + @param _item reference to the changed item (unused) @type QTreeWidgetItem @param column index of column that changed @type int