Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Jan 11, 2023
1 parent f3008ff commit 399733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/worker_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class TaskState:
#: Task key. Mandatory.
key: str
#: Task run ID.
run_id: int = 0 # FIXME
run_id: int = RUN_ID_SENTINEL
#: A named tuple containing the ``function``, ``args``, ``kwargs`` and ``task``
#: associated with this `TaskState` instance. This defaults to ``None`` and can
#: remain empty if it is a dependency that this worker will receive from another
Expand Down

0 comments on commit 399733a

Please sign in to comment.