Python api of placement group (#9243)

This commit is contained in:
Alisa
2020-07-28 05:57:05 +08:00
committed by GitHub
parent b51ab2af66
commit 51e12ee97c
20 changed files with 362 additions and 23 deletions
+2
View File
@@ -69,6 +69,7 @@ from ray._raylet import (
TaskID,
UniqueID,
Language,
PlacementGroupID,
) # noqa: E402
_config = _Config()
@@ -170,4 +171,5 @@ __all__ += [
"ObjectRef",
"TaskID",
"UniqueID",
"PlacementGroupID",
]