Skip to content

Commit 529bb7e

Browse files
authored
Merge pull request #423 from galipremsagar/patch-1
Fix `apply` import from `dask`
2 parents fc379a0 + 59f0f98 commit 529bb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamz/dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from tornado import gen
66

7-
from dask.compatibility import apply
7+
from dask.utils import apply
88
from distributed.client import default_client
99

1010
from .core import Stream

0 commit comments

Comments
 (0)