diff -r 29c461f7bea0 -r c264091162a2 ProjectDjangoTagsMenu/MultiLineInputDialog.py --- a/ProjectDjangoTagsMenu/MultiLineInputDialog.py Wed Dec 30 11:02:07 2020 +0100 +++ b/ProjectDjangoTagsMenu/MultiLineInputDialog.py Sat Apr 24 11:43:22 2021 +0200 @@ -24,7 +24,7 @@ @param default default value for the entry field (string) @param parent reference to the parent widget (QWidget) """ - super(MultiLineInputDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) def getData(self):