diff -r fb0ef164f536 -r 698ae46f40a4 eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py --- a/eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py Fri Apr 02 11:59:41 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py Sat May 01 14:27:20 2021 +0200 @@ -38,7 +38,7 @@ @param git reference to the Git interface object (Git) @param parent parent widget (QWidget) """ - super(GitDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.buttonBox.button( @@ -315,7 +315,7 @@ self.intercept = False evt.accept() return - super(GitDialog, self).keyPressEvent(evt) + super().keyPressEvent(evt) def hasAddOrDelete(self): """