--- a/eric6/VCS/StatusMonitorLed.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/VCS/StatusMonitorLed.py Sat Apr 10 18:38:27 2021 +0200 @@ -29,7 +29,7 @@ @param project reference to the project object (Project.Project) @param parent reference to the parent object (QWidget) """ - super(StatusMonitorLed, self).__init__( + super().__init__( parent, shape=E5LedRectangular, rectRatio=1.0) self.__vcsClean = True @@ -189,7 +189,7 @@ @param parent reference to the parent object @type QWidget """ - super(StatusMonitorLedWidget, self).__init__(parent) + super().__init__(parent) self.__layout = QHBoxLayout(self) self.__layout.setContentsMargins(0, 0, 0, 0)