Fix formatting
This commit is contained in:
parent
b7829ed706
commit
5effab8b90
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def strtobool(s: str) -> bool:
|
|||
raise ValueError(f"cannot convert {s} to bool")
|
||||
|
||||
|
||||
def parse_datetime(s :str) -> datetime:
|
||||
def parse_datetime(s: str) -> datetime:
|
||||
# Parses the datetime with dateutil
|
||||
dt = parser.parse(s)
|
||||
|
||||
|
|
Loading…
Reference in a new issue