This commit is contained in:
Ishaan Jaffer 2025-10-02 19:22:31 -07:00
parent 1d548d7235
commit 94a89cd7de

View File

@ -27,7 +27,6 @@ from litellm._logging import verbose_proxy_logger
from litellm.integrations.custom_logger import CustomLogger
from litellm.proxy._types import UserAPIKeyAuth
from litellm.types.llms.openai import BaseLiteLLMOpenAIResponseObject
from fastapi import HTTPException
if TYPE_CHECKING:
from opentelemetry.trace import Span as _Span