We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29ebfd commit 601e06fCopy full SHA for 601e06f
distributed/__init__.py
@@ -19,7 +19,6 @@
19
import dask
20
from dask.config import config # type: ignore
21
22
-from distributed._version import get_versions
23
from distributed.actor import Actor, ActorFuture, BaseActorFuture
24
from distributed.client import (
25
Client,
@@ -132,7 +131,6 @@
132
131
"get_client",
133
"get_task_metadata",
134
"get_task_stream",
135
- "get_versions",
136
"get_worker",
137
"local_client",
138
"performance_report",
0 commit comments