diff -r 385f60c94548 -r 7c09585bd960 eric6/Tasks/Task.py --- a/eric6/Tasks/Task.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/Tasks/Task.py Sat Apr 10 18:38:27 2021 +0200 @@ -76,7 +76,7 @@ @param uid unique id of the task (string) @param parentUid unique id of the parent task (string) """ - super(Task, self).__init__() + super().__init__() self.summary = summary self.description = description