--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -50,11 +50,11 @@ else: self.changeLists.addItems(sorted(vcs.svnGetChangelists())) - 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 reference to the event object (unused) @type QShowEvent """ commitMessages = self.__vcs.vcsCommitMessages()