Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
katiestahl committed Aug 14, 2024
1 parent e03a34f commit 7316381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/curfu/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class GetTranscriptsResponse(Response):


class GetGeneTranscriptsResponse(Response):
"""Response model for MANE transcript retrieval endpoint."""
"""Response model for retrieving list of transcripts for a given gene"""

transcripts: list[str] = None

Expand Down

0 comments on commit 7316381

Please sign in to comment.