mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 18:13:44 +00:00
chore(telemetry): code cleanup
# What does this PR do? ## Test Plan # What does this PR do? ## Test Plan
This commit is contained in:
parent
d12e5f0999
commit
2746615af9
37 changed files with 98 additions and 184 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue