--- a/ProjectFlask/FormSelectionDialog.py Wed Dec 30 11:02:08 2020 +0100 +++ b/ProjectFlask/FormSelectionDialog.py Sat Apr 24 11:30:11 2021 +0200 @@ -88,7 +88,7 @@ @param parent reference to the parent widget @type QWidget """ - super(FormSelectionDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)