diff --git a/litellm/completion_extras/litellm_responses_transformation/transformation.py b/litellm/completion_extras/litellm_responses_transformation/transformation.py index 42f5c2b6a50..f35510e41ba 100644 --- a/litellm/completion_extras/litellm_responses_transformation/transformation.py +++ b/litellm/completion_extras/litellm_responses_transformation/transformation.py @@ -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):