diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py --- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py Mon Apr 22 18:23:20 2024 +0200 @@ -192,13 +192,13 @@ ) @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_planTreeWidget_currentItemChanged(self, current, previous): + def on_planTreeWidget_currentItemChanged(self, _current, _previous): """ Private slot handling the change of the current edit plan item. - @param current reference to the current edit plan item + @param _current reference to the current edit plan item (unused) @type QTreeWidgetItem - @param previous reference to the previous current edit plan item + @param _previous reference to the previous current edit plan item (unused) @type QTreeWidgetItem """ self.__updateButtons()