--- a/ProjectDjangoTagsMenu/IeCommentDialog.py Wed Dec 30 11:02:07 2020 +0100 +++ b/ProjectDjangoTagsMenu/IeCommentDialog.py Sat Apr 24 11:43:22 2021 +0200 @@ -22,7 +22,7 @@ @param parent reference to the parent widget (QWidget) """ - super(IeCommentDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) for condStr, condData in [("==", ""), ("<=", " lte"), ("<", " lt"),