From 7c9b70bfdc9b919e3aeb224140c853fc86d76b50 Mon Sep 17 00:00:00 2001 From: Xianzong Xie Date: Fri, 5 Dec 2025 11:25:59 -0800 Subject: [PATCH] chore: remove unused datetime import Committed-By-Agent: cursor --- litellm/proxy/response_api_endpoints/endpoints.py | 1 - 1 file changed, 1 deletion(-) 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,