mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
fix(telemetry): pre-commit fixes
This commit is contained in:
parent
0f0f85f4a5
commit
941de3ea05
2 changed files with 2 additions and 2 deletions
|
|
@ -71,6 +71,7 @@ from llama_stack_api import (
|
|||
Safety,
|
||||
WebSearchToolTypes,
|
||||
)
|
||||
from opentelemetry import trace
|
||||
|
||||
from .types import ChatCompletionContext, ChatCompletionResult
|
||||
from .utils import (
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ import json
|
|||
from collections.abc import AsyncIterator
|
||||
from typing import Any
|
||||
|
||||
from opentelemetry import trace
|
||||
|
||||
from llama_stack_api import (
|
||||
ImageContentItem,
|
||||
OpenAIChatCompletionContentPartImageParam,
|
||||
|
|
@ -38,6 +36,7 @@ from llama_stack_api import (
|
|||
ToolRuntime,
|
||||
VectorIO,
|
||||
)
|
||||
from opentelemetry import trace
|
||||
|
||||
from llama_stack.log import get_logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue