sdispater / pendulum

Python datetimes made easy
https://pendulum.eustace.io
MIT License
6.21k stars 384 forks source link

Improve Interval type hint #828

Open rahuliyer95 opened 4 months ago

rahuliyer95 commented 4 months ago

Pull Request Check List

Updated the interval method's type hint to return the correct type (either a pendulum.DateTime or pendulum.Date) using Generics