Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Jun 15, 2023
1 parent 098116b commit 1088a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/shuffle/_scheduler_extension.py
Expand Up @@ -314,7 +314,7 @@ def remove_worker(self, scheduler: Scheduler, worker: str) -> None:
# TODO: Do we need to handle other states?

# If processing the transactions causes a task to get released, this
# remove the shuffle from self.states. Therefore, we must process them
# removes the shuffle from self.states. Therefore, we must process them
# outside of the loop.
self.scheduler.transitions(recs, stimulus_id=stimulus_id)

Expand Down

0 comments on commit 1088a9d

Please sign in to comment.