From 2c252c9e92dc1756f8e9efd1838378fee511c360 Mon Sep 17 00:00:00 2001 From: Xianzong Xie Date: Wed, 3 Dec 2025 21:42:02 -0800 Subject: [PATCH] chore: remove unused asyncio import from polling_handler Committed-By-Agent: cursor --- litellm/proxy/response_polling/polling_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/response_polling/polling_handler.py b/litellm/proxy/response_polling/polling_handler.py index 0412c2ff2e6..44ba835726e 100644 --- a/litellm/proxy/response_polling/polling_handler.py +++ b/litellm/proxy/response_polling/polling_handler.py @@ -1,7 +1,6 @@ """ Response Polling Handler for Background Responses with Cache """ -import asyncio import json from typing import Any, Dict, Optional from datetime import datetime, timezone