eric6/Tasks/Task.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8240
93b8a353c4bf
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

eric ide

mercurial