Skip to content

Commit

Permalink
lint #6496 (#7828)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored May 10, 2023
1 parent 02749c6 commit f4f4718
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions distributed/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,11 +970,7 @@ async def _cluster_factory():
Worker=Worker,
scheduler_kwargs=scheduler_kwargs,
worker_kwargs=merge(
{
"death_timeout": min(
15, int(deadline.remaining)
)
},
{"death_timeout": min(15, int(deadline.remaining))},
worker_kwargs,
),
)
Expand Down

0 comments on commit f4f4718

Please sign in to comment.