From 958a53d4fddab2fe3dffd90f2eace8409f8fbcc5 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 6 Dec 2023 14:22:35 -0500 Subject: [PATCH] reformat --- 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.