--- a/ProjectPyramid/ConfigurationPage/PyramidPage.py Wed Dec 30 11:02:09 2020 +0100 +++ b/ProjectPyramid/ConfigurationPage/PyramidPage.py Mon Apr 26 17:41:12 2021 +0200 @@ -34,7 +34,7 @@ @param plugin reference to the plugin object """ - super(PyramidPage, self).__init__() + super().__init__() self.setupUi(self) self.setObjectName("PyramidPage")