--- a/eric6/Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.py Fri Apr 02 11:59:41 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.py Sat May 01 14:27:20 2021 +0200 @@ -27,7 +27,7 @@ repository (boolean) @param parent parent widget (QWidget) """ - super(SvnTagDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.okButton = self.buttonBox.button(