From c53733d1a37b36e1af48ca35c71476bea0dcc7d4 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 6 Nov 2024 16:41:17 -0800 Subject: [PATCH] fixture --- llama_stack/providers/tests/datasetio/fixtures.py | 4 ---- 1 file changed, 4 deletions(-) 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")