Skip to content

Commit 601e06f

Browse files
Remove accidental public get_versions method
1 parent e29ebfd commit 601e06f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

distributed/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import dask
2020
from dask.config import config # type: ignore
2121

22-
from distributed._version import get_versions
2322
from distributed.actor import Actor, ActorFuture, BaseActorFuture
2423
from distributed.client import (
2524
Client,
@@ -132,7 +131,6 @@
132131
"get_client",
133132
"get_task_metadata",
134133
"get_task_stream",
135-
"get_versions",
136134
"get_worker",
137135
"local_client",
138136
"performance_report",

0 commit comments

Comments
 (0)