移除未使用的 CITIES 导入

This commit is contained in:
2569718930@qq.com
2026-05-25 06:44:04 +08:00
parent 9978ac3e01
commit 85452fdf56
-1
View File
@@ -14,7 +14,6 @@ import time
from typing import Any, Dict, List, Optional
from web.analysis_service import _analyze
from web.core import CITIES
# Per-city ring buffers: city_name → deque of {timestamp, temp, source}
_STREAM_BUFFERS: Dict[str, collections.deque] = {}