Merge 0962228c73 into sapling-pr-archive-ehhuang

This commit is contained in:
ehhuang 2025-10-23 16:03:26 -07:00 committed by GitHub
commit 3ae0f54256
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 90 additions and 179 deletions

View file

@ -196,8 +196,6 @@ class TestProviderRegistry:
assert internal_api not in apis, f"Internal API {internal_api} should not be in providable_apis"
for api in apis:
if api == Api.telemetry:
continue
module_name = f"llama_stack.providers.registry.{api.name.lower()}"
try:
importlib.import_module(module_name)