Remove trailing whitespace

This commit is contained in:
XANTRONIX Industrial 2025-02-19 20:50:43 -05:00
parent 2a0eef88fb
commit 16fea76b8c

View file

@ -47,7 +47,7 @@ class VTECEvent():
timestamp_end: datetime.datetime timestamp_end: datetime.datetime
@staticmethod @staticmethod
def parse(text: str) -> Self: def parse(text: str) -> Self:
match = RE_PHENOM.match(text) match = RE_PHENOM.match(text)
if match is None: if match is None: