--- a/eric6/VCS/StatusMonitorThread.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/VCS/StatusMonitorThread.py Sat Apr 10 18:38:27 2021 +0200 @@ -35,7 +35,7 @@ @param vcs reference to the version control object @param parent reference to the parent object (QObject) """ - super(VcsStatusMonitorThread, self).__init__(parent) + super().__init__(parent) self.setObjectName("VcsStatusMonitorThread") self.setTerminationEnabled(True)