Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Nov 15, 2023
1 parent f85e018 commit 779d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skema/rest/llm_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Dynamics(BaseModel):
" get a line span of the dynamics back. One for each code file."
),
)
async def get_lines_of_model(zip_file: UploadFile = File()) -> list[Dynamics]:
async def get_lines_of_model(zip_file: UploadFile = File()) -> list(Dynamics):
"""
Endpoint for generating a line span containing the dynamics from a zip archive. Currently
it only expects there to be one python file in the zip. There can be other files, such as a
Expand Down

0 comments on commit 779d728

Please sign in to comment.