mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 11:10:18 +03:00
Remove trailing whitespace
This commit is contained in:
parent
612516c1e0
commit
7879116dd2
|
@ -137,7 +137,7 @@ class TLObject:
|
|||
def serialize_datetime(dt):
|
||||
if not dt and not isinstance(dt, timedelta):
|
||||
return b'\0\0\0\0'
|
||||
|
||||
|
||||
if isinstance(dt, datetime):
|
||||
dt = _datetime_to_timestamp(dt)
|
||||
elif isinstance(dt, date):
|
||||
|
|
Loading…
Reference in New Issue
Block a user