From 4fb5285c66bca54ee76bd2addd46e4b4ae3c2c56 Mon Sep 17 00:00:00 2001 From: linuskmr Date: Thu, 23 Dec 2021 18:26:54 +0100 Subject: [PATCH] Temporary remove duration from Tag --- backend/src/models/tag.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))