修复 lint 警告及测试 monkeypatch 引用

This commit is contained in:
2569718930@qq.com
2026-06-16 02:03:47 +08:00
parent dca4f2d618
commit 6d7f213cd9
11 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from __future__ import annotations
import threading
import time
from typing import Any, Callable, Dict, Optional
from typing import Any, Dict, Optional
class WeatherCacheManager: