Skip to content

Commit 64ce25a

Browse files
committed
Fixing pylinter imports order.
1 parent 6adf5fc commit 64ce25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/endpoints/test_health_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from typing import Generator, Any
44
import pytest
55
from pytest_mock import MockerFixture, AsyncMockType
6+
from llama_stack.providers.datatypes import HealthStatus
67

78
from fastapi import Response, status
89
from authentication.interface import AuthTuple
@@ -13,7 +14,6 @@
1314
readiness_probe_get_method,
1415
get_providers_health_statuses,
1516
)
16-
from llama_stack.providers.datatypes import HealthStatus
1717

1818

1919
@pytest.fixture(name="mock_llama_stack_client_health")

0 commit comments

Comments
 (0)