Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2025
1 parent ca47063 commit 5c91ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xclim/core/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,8 @@ def days_since_to_doy(


def _get_doys(start: int, end: int, inclusive: tuple[bool, bool]):
"""Get the day of year list from start to end.
"""
Get the day of year list from start to end.
Parameters
----------
Expand Down

0 comments on commit 5c91ef3

Please sign in to comment.