Skip to content

Commit

Permalink
Add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Nov 28, 2024
1 parent ea430d3 commit 6a96bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ray_provider/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from ray.job_submission import JobStatus

TERMINAL_JOB_STATUSES = {JobStatus.SUCCEEDED, JobStatus.STOPPED, JobStatus.FAILED}
TERMINAL_JOB_STATUSES = {JobStatus.SUCCEEDED, JobStatus.STOPPED, JobStatus.FAILED}

0 comments on commit 6a96bc7

Please sign in to comment.