Skip to content

Commit 59f0f98

Browse files
Fix import
1 parent fc379a0 commit 59f0f98

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)