diff --git a/litellm/litellm_core_utils/litellm_logging.py b/litellm/litellm_core_utils/litellm_logging.py index 8ce6b15668..88e8c9cfe7 100644 --- a/litellm/litellm_core_utils/litellm_logging.py +++ b/litellm/litellm_core_utils/litellm_logging.py @@ -51,7 +51,6 @@ from litellm.types.llms.openai import ( HttpxBinaryResponseContent, ResponseCompletedEvent, ResponsesAPIResponse, - WebSearchOptions, ) from litellm.types.rerank import RerankResponse from litellm.types.router import SPECIAL_MODEL_INFO_PARAMS diff --git a/litellm/litellm_core_utils/llm_cost_calc/tool_call_cost_tracking.py b/litellm/litellm_core_utils/llm_cost_calc/tool_call_cost_tracking.py index 8f7d14b20f..93e5be6311 100644 --- a/litellm/litellm_core_utils/llm_cost_calc/tool_call_cost_tracking.py +++ b/litellm/litellm_core_utils/llm_cost_calc/tool_call_cost_tracking.py @@ -5,11 +5,7 @@ Helper utilities for tracking the cost of built-in tools. from typing import Any, Dict, Optional import litellm -from litellm.types.llms.openai import ( - ResponseOutputItem, - ResponsesAPIResponse, - WebSearchOptions, -) +from litellm.types.llms.openai import WebSearchOptions from litellm.types.utils import ( ModelInfo, ModelResponse,