Skip to content

Commit

Permalink
Fix query description
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 14, 2023
1 parent 4f5db8d commit 3513662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mira/dkg/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class FluxSpanQuery(BaseModel):
model: Dict[str, Any] = Field(
...,
example=json.load(test_file_path.open()),
description="The flux span to recover the de-stratified model from",
description="The model to recover the de-stratified model from",
)


Expand All @@ -714,8 +714,8 @@ class FluxSpanQuery(BaseModel):
def reproduce_ode_semantics_endpoint(
query: FluxSpanQuery = Body(
...,
description="Reproduce ODE semantics from a stratified model ("
"flux span)."
description="Reproduce ODE semantics from a stratified model"
"(flux span)."
)
):
"""Get the flux span of a model"""
Expand Down

0 comments on commit 3513662

Please sign in to comment.