diff -r 02243723ac17 -r fe1e8783a95f ProjectFlask/FlaskCommandDialog.py --- a/ProjectFlask/FlaskCommandDialog.py Wed Dec 30 11:02:08 2020 +0100 +++ b/ProjectFlask/FlaskCommandDialog.py Sat Apr 24 11:30:11 2021 +0200 @@ -35,7 +35,7 @@ @param parent reference to the parent widget @type QWidget """ - super(FlaskCommandDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) if title: