diff --git a/litellm/proxy/response_api_endpoints/endpoints.py b/litellm/proxy/response_api_endpoints/endpoints.py index 8f176af79a3..01e70298ded 100644 --- a/litellm/proxy/response_api_endpoints/endpoints.py +++ b/litellm/proxy/response_api_endpoints/endpoints.py @@ -59,7 +59,6 @@ async def responses_api( }' ``` """ - from datetime import datetime, timezone from litellm.proxy.proxy_server import ( _read_request_body, general_settings,