Skip to content

Commit

Permalink
add worker_client to dask.distributed api
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 4, 2017
1 parent bd5f3ef commit d8bf762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
try:
from distributed import (Client, Executor, progress, as_completed, wait,
LocalCluster, Scheduler, Worker, nanny, local_client, config,
CompatibleExecutor)
CompatibleExecutor, worker_client)
except ImportError:
msg = ("Dask's distributed scheduler is not installed.\n\n"
"Please either conda or pip install dask distributed:\n\n"
Expand Down

0 comments on commit d8bf762

Please sign in to comment.