Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Aug 21, 2024
1 parent 096944f commit 4fda116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion strider/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class Settings(BaseSettings):

# MCQ KP URLS
mcq_answer_coalescer: AnyUrl = "https://answercoalesce.renci.org/query"
mcq_genetics: AnyUrl = "https://translator.broadinstitute.org/genetics_provider/trapi/v1.5/query"
mcq_genetics: AnyUrl = (
"https://translator.broadinstitute.org/genetics_provider/trapi/v1.5/query"
)
mcq_cohd: AnyUrl = "https://cohd.io/api/query"
mcq_semsemian: AnyUrl = "http://mcq-trapi.monarchinitiative.org/1.5/query"

Expand Down

0 comments on commit 4fda116

Please sign in to comment.