Remove unused Lock import from KMA station source
This commit is contained in:
@@ -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 []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user