chore: remove unused asyncio import from polling_handler

Committed-By-Agent: cursor
This commit is contained in:
Xianzong Xie 2025-12-03 21:42:02 -08:00
parent 901252fb78
commit 2c252c9e92

View file

@ -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