Skip to content

Commit

Permalink
Add missing Union in hints.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed May 4, 2019
1 parent 89c993f commit 05fcbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telethon/hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 32,7 @@

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
Expand Down

0 comments on commit 05fcbfd

Please sign in to comment.