Skip to content

Commit

Permalink
run black again again
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar committed Apr 12, 2023
1 parent 57a51c3 commit f9f4076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions reasoner_pydantic/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from .base_model import BaseModel
from .utils import HashableSequence


# TODO: potential add validation for structure of CURIE
class CURIE(str):
"""Compact URI."""
Expand Down
5 changes: 4 additions & 1 deletion tests/_test_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
response = httpx.get(
f"https://raw.githubusercontent.com/NCATSTranslator/ReasonerAPI/{TAG}/TranslatorReasonerAPI.yaml"
)
reference_schemas = yaml.load(response.text, Loader=yaml.FullLoader,)[
reference_schemas = yaml.load(
response.text,
Loader=yaml.FullLoader,
)[
"components"
]["schemas"]

Expand Down

0 comments on commit f9f4076

Please sign in to comment.