Apply formatting to source files

This commit is contained in:
Fred Reiss 2024-12-19 11:46:31 -08:00
parent 6ec9eabbeb
commit c8580d3b0c
2 changed files with 15 additions and 12 deletions

View file

@ -292,6 +292,6 @@ async def inference_stack(request, inference_model):
# Pytest yield fixture; see https://docs.pytest.org/en/stable/how-to/fixtures.html#yield-fixtures-recommended
yield test_stack.impls[Api.inference], test_stack.impls[Api.models]
# Cleanup code that runs after test case completion
await test_stack.impls[Api.inference].shutdown()