Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 6, 2023
1 parent aafd95e commit 958a53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gene/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 958a53d

Please sign in to comment.