Skip to content

Commit

Permalink
Refine import of Dask Client
Browse files Browse the repository at this point in the history
While the distributed module is technically the same as
dask.distributed, the latter is the canonical way of accessing it.
  • Loading branch information
kinghuang committed Sep 7, 2020
1 parent 66c46c5 commit ac70a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
String,
resource,
)
from distributed import Client
from dask.distributed import Client


DaskClusterTypes = {
Expand Down

0 comments on commit ac70a36

Please sign in to comment.