diff -r 78c008a54656 -r f8d97f05f883 eric7/Tasks/Task.py --- a/eric7/Tasks/Task.py Sun Jun 06 17:09:22 2021 +0200 +++ b/eric7/Tasks/Task.py Mon Jun 07 19:58:54 2021 +0200 @@ -41,7 +41,6 @@ LOW = 2 -# NOTE: eric7: separate into Task and TaskItem(QTreeWidgetItem) class Task(QTreeWidgetItem): """ Class implementing the task data structure.