Skip to content

Commit

Permalink
Remove stray comment from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Apr 11, 2022
1 parent d5a013a commit 0a0f4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/worker_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ class ReleaseWorkerDataMsg(SendMessageToScheduler):
class RescheduleMsg(SendMessageToScheduler):
op = "reschedule"

# Not to be confused with the distributed.Reschedule Exception
__slots__ = ("key", "worker", "stimulus_id")
key: str
worker: str
Expand Down

0 comments on commit 0a0f4bc

Please sign in to comment.