Remove unused Lock import from KMA station source

This commit is contained in:
2569718930@qq.com
2026-04-10 07:41:09 +08:00
parent fef37f6b0f
commit ebebe3eed0
@@ -3,7 +3,6 @@ from __future__ import annotations
import math import math
import time import time
from datetime import datetime from datetime import datetime
from threading import Lock
from typing import Any, Dict, List, Optional from typing import Any, Dict, List, Optional
from loguru import logger from loguru import logger
@@ -266,4 +265,3 @@ class KmaStationSourceMixin:
(time.perf_counter() - started) * 1000.0, (time.perf_counter() - started) * 1000.0,
) )
return [] return []