mirror of
https://github.com/wassname/ray.git
synced 2026-08-01 12:51:09 +08:00
Simplify Cython ID types and fix bug of ActorCheckpointID (#4045)
This commit is contained in:
@@ -6,18 +6,9 @@ from libcpp.unordered_map cimport unordered_map
|
||||
from libcpp.vector cimport vector as c_vector
|
||||
|
||||
from ray.includes.unique_ids cimport (
|
||||
ActorCheckpointID as CActorCheckpointID,
|
||||
ActorClassID as CActorClassID,
|
||||
ActorHandleID as CActorHandleID,
|
||||
ActorID as CActorID,
|
||||
CUniqueID,
|
||||
ClientID as CClientID,
|
||||
ConfigID as CConfigID,
|
||||
DriverID as CDriverID,
|
||||
FunctionID as CFunctionID,
|
||||
ObjectID as CObjectID,
|
||||
TaskID as CTaskID,
|
||||
WorkerID as CWorkerID,
|
||||
CDriverID,
|
||||
CObjectID,
|
||||
CTaskID,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user