diff -r 385f60c94548 -r 7c09585bd960 eric6/Graphics/UMLDialog.py --- a/eric6/Graphics/UMLDialog.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/Graphics/UMLDialog.py Sat Apr 10 18:38:27 2021 +0200 @@ -43,7 +43,7 @@ builder (boolean) @keyparam kwargs diagram specific data """ - super(UMLDialog, self).__init__(parent) + super().__init__(parent) self.setObjectName("UMLDialog") self.__diagramType = diagramType @@ -142,7 +142,7 @@ """ if not fromFile and self.builder: self.builder.buildDiagram() - super(UMLDialog, self).show() + super().show() def __relayout(self): """