mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix: remove unused imports in completion_extras transformation (#12655)
- Remove unused GenericResponseOutputItem import - Remove unused OutputFunctionToolCall import - Fixes F401 linting errors
This commit is contained in:
parent
aa12a868c5
commit
9c4b4303d3
1 changed files with 0 additions and 4 deletions
|
|
@ -230,10 +230,6 @@ class LiteLLMResponsesTransformationHandler(CompletionTransformationBridge):
|
|||
|
||||
from litellm.responses.utils import ResponseAPILoggingUtils
|
||||
from litellm.types.llms.openai import ResponsesAPIResponse
|
||||
from litellm.types.responses.main import (
|
||||
GenericResponseOutputItem,
|
||||
OutputFunctionToolCall,
|
||||
)
|
||||
from litellm.types.utils import Choices, Message
|
||||
|
||||
if not isinstance(raw_response, ResponsesAPIResponse):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue