-
-
Notifications
You must be signed in to change notification settings - Fork 704
fix: Added type hint for start and end datetime for interval #1230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1230 +/- ##
==========================================
Coverage ? 100.00%
==========================================
Files ? 10
Lines ? 2315
Branches ? 358
==========================================
Hits ? 2315
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. |
|
@krisfremen , Can you please complete the review |
| :param end: (optional) A datetime expression, the end of the range. | ||
| :param start: A datetime or Arrow expression, the start of the range. | ||
| :param end: (optional) A datetime or Arrow expression, the end of the range. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a test case using the Arrow object - are we properly handling it in the body?
|
Had one comment - thanks for your contribution |
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:
toxormake testto find out!).tox -e lintormake lintto find out!).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