Skip to content

Commit

Permalink
Drop worker keyword arg
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Aug 17, 2022
1 parent b31ad11 commit 3ffcf71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,6 @@ def transition_processing_erred(
traceback=None,
exception_text: str | None = None,
traceback_text: str | None = None,
worker: str | None = None,
**kwargs,
):
ws: WorkerState
Expand Down

0 comments on commit 3ffcf71

Please sign in to comment.