mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 02:59:52 +08:00
[Streaming] Fix streaming CI failure. (#7869)
This commit is contained in:
@@ -6,7 +6,8 @@ from typing import List
|
||||
import ray
|
||||
import ray.streaming._streaming as _streaming
|
||||
import ray.streaming.generated.streaming_pb2 as streaming_pb
|
||||
from ray.actor import ActorHandle, ActorID
|
||||
from ray import ActorID
|
||||
from ray.actor import ActorHandle
|
||||
from ray.streaming.config import Config
|
||||
|
||||
CHANNEL_ID_LEN = 20
|
||||
|
||||
Reference in New Issue
Block a user