Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefreue committed Aug 6, 2023
1 parent df4134b commit 40888dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygrocy/data_models/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40888dd

Please sign in to comment.