Skip to content

Commit ee140db

Browse files
committed
Fixed line length
1 parent 07421af commit ee140db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/endpoints/test_health_integration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def mock_llama_stack_client_fixture(
2626
as it represents an external service call.
2727
2828
Returns:
29-
mock_client: An AsyncMock representing the Llama Stack client whose `inspect.version` returns an empty list.
29+
mock_client: An AsyncMock representing the Llama Stack client whose
30+
`inspect.version` returns an empty list.
3031
"""
3132
mock_holder_class = mocker.patch("app.endpoints.health.AsyncLlamaStackClientHolder")
3233

0 commit comments

Comments
 (0)