Skip to content

Commit

Permalink
don't pass to worker
Browse files Browse the repository at this point in the history
Unnecessary after dask#6361 is merged
  • Loading branch information
gjoseph92 committed May 19, 2022
1 parent b1e24a7 commit 1996f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/nanny.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ async def instantiate(self) -> Status:
nanny=self.address,
name=self.name,
memory_limit=self.memory_manager.memory_limit,
reconnect=self.reconnect,
resources=self.resources,
validate=self.validate,
silence_logs=self.silence_logs,
Expand Down

0 comments on commit 1996f81

Please sign in to comment.