fix: remove parts of trace_protocol and telemetry that were overlooked

This commit is contained in:
Emilio Garcia 2025-11-20 13:48:36 -05:00
parent 9da36303a7
commit 9d24211d9d
35 changed files with 0 additions and 154 deletions

View file

@ -346,7 +346,6 @@ exclude = [
"^src/llama_stack/providers/utils/scoring/aggregation_utils\\.py$",
"^src/llama_stack/providers/utils/scoring/base_scoring_fn\\.py$",
"^src/llama_stack/providers/utils/telemetry/dataset_mixin\\.py$",
"^src/llama_stack/providers/utils/telemetry/trace_protocol\\.py$",
"^src/llama_stack/providers/utils/telemetry/tracing\\.py$",
"^src/llama_stack/distributions/template\\.py$",
]