Skip to content

Commit

Permalink
Make return type of partition_file_async_result more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLindblad committed Jan 24, 2025
1 parent 419a63b commit b9abcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aryn-sdk/aryn_sdk/partition/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def partition_file_async_result(
aryn_config: Optional[ArynConfig] = None,
ssl_verify: bool = True,
async_result_url: Optional[str] = None,
) -> dict:
) -> dict[str, Any]:
"""
Get the results of an asynchronous partitioning job by job_id. Meant to be used with `partition_file_async_submit`.
Expand Down

0 comments on commit b9abcd0

Please sign in to comment.