fix: remove unused variables
This commit is contained in:
parent
89d2c064a9
commit
4eb4563de5
1 changed files with 0 additions and 3 deletions
|
|
@ -1302,9 +1302,6 @@ def guess_date_format(date_string):
|
|||
|
||||
# date_string doesnt look like date, it can have a time part too
|
||||
# split the date string into date and time parts
|
||||
_date = None
|
||||
_time = None
|
||||
|
||||
if " " in date_string:
|
||||
date_str, time_str = date_string.split(" ", 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue