Closed vreima closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
de0aea9
) 100.00% compared to head (d2fee43
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request Checklist
Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:
tox
ormake test
to find out!).tox -e lint
ormake lint
to find out!).master
branch.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
Added two lines to Finnish locale for the humanization of the 'week' granularity.
arrow.utcnow().shift(weeks=2).humanize(locale='fi')
used to raiseValueError
.