Skip to content

Commit 5684d08

Browse files
committed
Update
[ghstack-poisoned]
2 parents 5607984 + 2c77e0a commit 5684d08

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

test/services/test_python_executor_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for PythonExecutorService with Ray service registry."""
2+
from __future__ import annotations
23

34
import pytest
45

test/services/test_services.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6+
from __future__ import annotations
7+
68
import pytest
79

810
pytest.importorskip("ray")

test/services/test_services_fixtures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
"""Test fixtures for service tests that need to be importable by Ray workers."""
77

8+
from __future__ import annotations
9+
810
from typing import Any
911

1012

0 commit comments

Comments
 (0)