diff --git a/llama_stack/providers/tests/conftest.py b/llama_stack/providers/tests/conftest.py index 9530695e1..5a04d5eee 100644 --- a/llama_stack/providers/tests/conftest.py +++ b/llama_stack/providers/tests/conftest.py @@ -6,7 +6,6 @@ import os from collections import defaultdict - from pathlib import Path from typing import Any, Dict, List, Optional @@ -22,6 +21,8 @@ from llama_stack.providers.datatypes import RemoteProviderConfig from .env import get_env_or_fail +from .test_config_helper import try_load_config_file_cached + class ProviderFixture(BaseModel): providers: List[Provider]