Remove ray.tasks() from API. (#7807)

This commit is contained in:
Robert Nishihara
2020-04-01 08:10:40 -07:00
committed by GitHub
parent 780c1c3b08
commit b011c604d7
13 changed files with 38 additions and 622 deletions
+1 -2
View File
@@ -59,7 +59,7 @@ from ray._raylet import (
_config = _Config()
from ray.profiling import profile # noqa: E402
from ray.state import (jobs, nodes, actors, tasks, objects, timeline,
from ray.state import (jobs, nodes, actors, objects, timeline,
object_transfer_timeline, cluster_resources,
available_resources, errors) # noqa: E402
from ray.worker import (
@@ -99,7 +99,6 @@ __all__ = [
"jobs",
"nodes",
"actors",
"tasks",
"objects",
"timeline",
"object_transfer_timeline",