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:
Cole McIntosh 2025-07-16 11:23:13 -06:00 committed by GitHub
parent aa12a868c5
commit 9c4b4303d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):