diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.py --- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -42,11 +42,11 @@ self.okButton.setEnabled(enable) @pyqtSlot(str) - def on_badEdit_textChanged(self, txt): + def on_badEdit_textChanged(self, _txt): """ Private slot to handle a change of the bad commit. - @param txt bad commit entered + @param _txt bad commit entered (unused) @type str """ self.__updateOK()