diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py --- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -55,11 +55,11 @@ self.amendCheckBox.setChecked(amend) self.stagedCheckBox.setChecked(not commitAll) - def showEvent(self, evt): + def showEvent(self, _evt): """ Protected method called when the dialog is about to be shown. - @param evt the event + @param _evt the event (unused) @type QShowEvent """ commitMessages = self.__vcs.vcsCommitMessages()