mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Add missing Union in hints.py
This commit is contained in:
parent
89c993f567
commit
05fcbfd7b7
|
@ -32,7 +32,7 @@ MarkupLike = typing.Union[
|
|||
|
||||
TotalList = helpers.TotalList
|
||||
|
||||
DateLike = typing.Optional[float, datetime.datetime, datetime.date, datetime.timedelta]
|
||||
DateLike = typing.Optional[typing.Union[float, datetime.datetime, datetime.date, datetime.timedelta]]
|
||||
|
||||
|
||||
LocalPath = str
|
||||
|
|
Loading…
Reference in New Issue
Block a user