Skip to content

Commit

Permalink
Tidying up
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Kudinkin <[email protected]>
  • Loading branch information
alexeykudinkin committed Oct 28, 2024
1 parent 8ca9832 commit 29659a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/util/state/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ class TaskState(StateSchema):
# Is task paused by the debugger
is_debugger_paused: Optional[bool] = state_column(detail=True, filterable=True)
# List of objects (passed in by ref as arguments) this task
# is dependent
# is dependent on
args_object_ids: List[str] = state_column(detail=True, filterable=False)


Expand Down

0 comments on commit 29659a6

Please sign in to comment.