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 Nov 6, 2024
1 parent d7eec99 commit 218bd1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/xsdba/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
from scipy.stats import spearmanr
from xarray.core.utils import get_temp_dimname

from xsdba.base import Grouper, _interpolate_doy_calendar, ensure_chunk_size, parse_group
from xsdba.base import (
Grouper,
_interpolate_doy_calendar,
ensure_chunk_size,
parse_group,
)
from xsdba.nbutils import _extrapolate_on_quantiles

MULTIPLICATIVE = "*"
Expand Down

0 comments on commit 218bd1c

Please sign in to comment.