mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 08:10:21 +08:00
Change Python's ObjectID to ObjectRef (#9353)
This commit is contained in:
@@ -65,6 +65,7 @@ from ray._raylet import (
|
||||
WorkerID,
|
||||
FunctionID,
|
||||
ObjectID,
|
||||
ObjectRef,
|
||||
TaskID,
|
||||
UniqueID,
|
||||
Language,
|
||||
@@ -166,6 +167,7 @@ __all__ += [
|
||||
"WorkerID",
|
||||
"FunctionID",
|
||||
"ObjectID",
|
||||
"ObjectRef",
|
||||
"TaskID",
|
||||
"UniqueID",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user