diff --git a/pygrocy/data_models/task.py b/pygrocy/data_models/task.py index 00aa0fe..28ba687 100644 --- a/pygrocy/data_models/task.py +++ b/pygrocy/data_models/task.py @@ -32,7 +32,6 @@ def row_created_timestamp(self) -> datetime: class Task(DataModel): def __init__(self, response: TaskResponse): - self._id = response.id self._name = response.name self._description = response.description