mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
fix lint code
This commit is contained in:
parent
fb664b0f76
commit
507b0973b4
2 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,6 @@ class ProxyBaseLLMRequestProcessing:
|
|||
"""
|
||||
Anthropic /messages and Google /generateContent streaming data generator require SSE events
|
||||
"""
|
||||
from litellm.types.utils import ModelResponse, ModelResponseStream, Usage
|
||||
|
||||
verbose_proxy_logger.debug("inside generator")
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue