mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Double newlines between functions ...
This commit is contained in:
parent
fd48991fb0
commit
60b12c1d9e
|
@ -37,6 +37,7 @@ def dt_ts_def(dt: Optional[datetime], default: int = 0) -> int:
|
|||
return int(dt.timestamp() * 1000)
|
||||
return default
|
||||
|
||||
|
||||
def dt_ts_none(dt: Optional[datetime]) -> Optional[int]:
|
||||
"""
|
||||
Return dt in ms as a timestamp in UTC.
|
||||
|
|
Loading…
Reference in New Issue
Block a user