mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
Remove ray.tasks() from API. (#7807)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user