fix: Added type hint for start and end datetime for interval
Added type hint for start and end datetime for interval
Pull Request Checklist
Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:
- [ โ] ๐งช Added tests for changed code.
- [โ ] ๐ ๏ธ All tests pass when run locally (run
toxormake testto find out!). - [โ ] ๐งน All linting checks pass when run locally (run
tox -e lintormake lintto find out!). - [ โ] ๐ Updated documentation for changed code.
- [ โ] โฉ Code is up-to-date with the
masterbranch.
If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!
Description of Changes
This PR will fix issue "Closes: #1210", which is a bug related to type hint
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:warning: Please upload report for BASE (master@b247ad0). Learn more about missing BASE report.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## master #1230 +/- ##
==========================================
Coverage ? 100.00%
==========================================
Files ? 10
Lines ? 2315
Branches ? 358
==========================================
Hits ? 2315
Misses ? 0
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@krisfremen , Can you please complete the review
Had one comment - thanks for your contribution
Hi @inzamrzn918 mind adding a unit test? Then we can close this out.