From d6ab6519bb8d2a2af41df376596e0c450212eba3 Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Sun, 25 Dec 2022 18:59:26 +0100 Subject: [PATCH] removed leftover comment --- backend/oasst_backend/api/v1/text_labels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/oasst_backend/api/v1/text_labels.py b/backend/oasst_backend/api/v1/text_labels.py index ff8f604d..09933304 100644 --- a/backend/oasst_backend/api/v1/text_labels.py +++ b/backend/oasst_backend/api/v1/text_labels.py @@ -17,7 +17,7 @@ class LabelTextRequest(pydantic.BaseModel): user: protocol_schema.User -@router.post("/") # work with Union once more types are added +@router.post("/") def label_text( *, db: Session = Depends(deps.get_db),