diff --git a/lib/nexrad/vtec.py b/lib/nexrad/vtec.py index f9a359f..586b7c3 100644 --- a/lib/nexrad/vtec.py +++ b/lib/nexrad/vtec.py @@ -47,7 +47,7 @@ class VTECEvent(): timestamp_end: datetime.datetime @staticmethod - def parse(text: str) -> Self: + def parse(text: str) -> Self: match = RE_PHENOM.match(text) if match is None: