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 27d4fc7c2b
@@ -3,7 +3,6 @@ from __future__ import annotations
import math
import time
from datetime import datetime
from threading import Lock
from typing import Any, Dict, List, Optional
from loguru import logger
@@ -266,4 +265,3 @@ class KmaStationSourceMixin:
(time.perf_counter() - started) * 1000.0,
)
return []