Skip to content

Commit

Permalink
Fix unrelated change
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani committed Feb 3, 2025
1 parent 9f0416b commit 5561221
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/ray/experimental/channel/shared_memory_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

import ray
import ray.exceptions

# from ray._raylet import SerializedObject
from ray._raylet import SerializedObject
from ray.experimental.channel import utils
from ray.experimental.channel.common import ChannelInterface, ChannelOutputType
from ray.experimental.channel.intra_process_channel import IntraProcessChannel
Expand Down Expand Up @@ -774,4 +773,3 @@ def _resolve_actor_id(self) -> str:
def close(self) -> None:
for channel in self._channels:
channel.close()
channel.close()

0 comments on commit 5561221

Please sign in to comment.