From a0fef0804dad230df9b0fed1c1300f42e9e7adf4 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 12 Dec 2023 13:36:59 -0500 Subject: [PATCH] update --- src/gene/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gene/main.py b/src/gene/main.py index 8135da4e..18ffa17f 100644 --- a/src/gene/main.py +++ b/src/gene/main.py @@ -142,7 +142,7 @@ def normalize(q: str = Query(..., description=normalize_q_descr)) -> NormalizeSe tags=["Query"], ) def normalize_unmerged( - q: str = Query(..., description=normalize_q_descr) + q: str = Query(..., description=normalize_q_descr), ) -> UnmergedNormalizationService: """Return all individual records associated with a normalized concept.