diff --git a/llama_stack/providers/tests/datasetio/fixtures.py b/llama_stack/providers/tests/datasetio/fixtures.py index 3a0ee66e6..7d7615b55 100644 --- a/llama_stack/providers/tests/datasetio/fixtures.py +++ b/llama_stack/providers/tests/datasetio/fixtures.py @@ -4,9 +4,6 @@ # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -import os -import tempfile - import pytest import pytest_asyncio @@ -14,7 +11,6 @@ from llama_stack.distribution.datatypes import Api, Provider from llama_stack.providers.tests.resolver import resolve_impls_for_test_v2 from ..conftest import ProviderFixture, remote_stack_fixture -from ..env import get_env_or_fail @pytest.fixture(scope="session")