diff -r fb0ef164f536 -r 698ae46f40a4 eric6/Plugins/VcsPlugins/vcsGit/GitTagDialog.py --- a/eric6/Plugins/VcsPlugins/vcsGit/GitTagDialog.py Fri Apr 02 11:59:41 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitTagDialog.py Sat May 01 14:27:20 2021 +0200 @@ -34,7 +34,7 @@ @param tagName name of the tag (string) @param parent parent widget (QWidget) """ - super(GitTagDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.okButton = self.buttonBox.button(