--- a/ProjectDjangoTagsMenu/IfTagInputDialog.py Wed Dec 30 11:02:07 2020 +0100 +++ b/ProjectDjangoTagsMenu/IfTagInputDialog.py Sat Apr 24 11:43:22 2021 +0200 @@ -23,7 +23,7 @@ @param parent reference to the parent widget (QWidget) """ - super(IfTagInputDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)