Remove trailing whitespace
This commit is contained in:
parent
2a0eef88fb
commit
16fea76b8c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue