Skip to content

Commit

Permalink
Compute Client: job stats typing (#12304)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e47987e6ecbf3c44f60cbb919465d95b552e1cdf
  • Loading branch information
tkrause authored and Descartes Labs Build committed Nov 7, 2023
1 parent 57246f3 commit c56b7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descarteslabs/core/compute/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Job(Document):
The status may occasionally need to be refreshed by calling :py:meth:`Job.refresh`
""",
)
statistics: Optional[Dict] = Attribute(
statistics: Optional[JobStatistics] = Attribute(
JobStatistics,
readonly=True,
doc="""The runtime utilization statistics for the Job.
Expand Down

0 comments on commit c56b7eb

Please sign in to comment.