Skip to content

Commit 617abb8

Browse files
Fix cyclic import autodoc error
1 parent 8c728f1 commit 617abb8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source/api.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The client connects to and submits computation to a Dask cluster (such as a :cla
6161

6262
.. autosummary::
6363
as_completed
64-
distributed.diagnostics.progressbar.progress
64+
diagnostics.progressbar.progress
6565
wait
6666
fire_and_forget
6767
futures_of
@@ -73,10 +73,10 @@ The client connects to and submits computation to a Dask cluster (such as a :cla
7373
**Utilities**
7474

7575
.. autosummary::
76-
distributed.utils.Log
77-
distributed.utils.Logs
78-
distributed.diagnostics.memray.memray_scheduler
79-
distributed.diagnostics.memray.memray_workers
76+
utils.Log
77+
utils.Logs
78+
diagnostics.memray.memray_scheduler
79+
diagnostics.memray.memray_workers
8080

8181

8282
Asynchronous methods

0 commit comments

Comments
 (0)