mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix code quality check
This commit is contained in:
parent
c17e5351be
commit
a75ff7cc54
1 changed files with 1 additions and 16 deletions
|
@ -1,15 +1,5 @@
|
|||
import base64
|
||||
from typing import (
|
||||
TYPE_CHECKING,
|
||||
Any,
|
||||
Coroutine,
|
||||
Dict,
|
||||
Optional,
|
||||
Tuple,
|
||||
Union,
|
||||
cast,
|
||||
get_type_hints,
|
||||
)
|
||||
from typing import Any, Dict, Optional, Tuple, Union, cast, get_type_hints
|
||||
|
||||
import litellm
|
||||
from litellm._logging import verbose_logger
|
||||
|
@ -21,11 +11,6 @@ from litellm.types.llms.openai import (
|
|||
)
|
||||
from litellm.types.utils import SpecialEnums, Usage
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from litellm.responses.streaming_iterator import BaseResponsesAPIStreamingIterator
|
||||
else:
|
||||
BaseResponsesAPIStreamingIterator = Any
|
||||
|
||||
|
||||
class ResponsesAPIRequestUtils:
|
||||
"""Helper utils for constructing ResponseAPI requests"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue