diff --git a/backend/src/models/tag.py b/backend/src/models/tag.py index fbfe369..4c993c9 100644 --- a/backend/src/models/tag.py +++ b/backend/src/models/tag.py @@ -25,4 +25,5 @@ class TagRead(TagBase): id: int name: str # = Field(description="Name of the tag", example="Listening Lectures") - duration: timedelta # = Field(description="Total tracked duration", example=timedelta(days=3, hours=5, minutes=47)) + # duration: timedelta # = Field(description="Total tracked duration", example=timedelta(days=3, hours=5, + # minutes=47))