Skip to content

Commit 64c1c94

Browse files
committed
remove import
1 parent 7918d85 commit 64c1c94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/tutorial/tutorial.advanced-topics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ def f(x, y):
410410
Next we define a computation using coroutines such that it reuses previously submitted tasks.
411411

412412
```{code-cell} ipython3
413-
from collections import defaultdict
414413
from dask.distributed import Client
415414
416415
client = await Client(asynchronous=True)

0 commit comments

Comments
 (0)