--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -53,11 +53,11 @@ self.__updateOk() @pyqtSlot(int) - def on_phaseCombo_activated(self, index): + def on_phaseCombo_activated(self, _index): """ Private slot to react upon changes of the phase. - @param index index of the selected entry + @param _index index of the selected entry (unused) @type int """ self.__updateOk()