Skip to content

Commit 38b4be7

Browse files
progress not nullable
1 parent 52d9219 commit 38b4be7

File tree

1 file changed

+1
-1
lines changed
  • packages/models-library/src/models_library/api_schemas_rpc_async_jobs

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/api_schemas_rpc_async_jobs/async_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class AsyncJobStatus(BaseModel):
1313
job_id: AsyncJobId
14-
progress: ProgressReport | None
14+
progress: ProgressReport
1515
done: bool
1616

1717

0 commit comments

Comments
 (0)