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 Apr 25, 2024
1 parent ddc4b8c commit 2a0c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/sdba/adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _check_inputs(cls, *inputs, group):
):
raise ValueError(
"Inputs have different multivariate coordinates "
f"({set(mv.name for mv in mvcrds)})."
f"({{mv.name for mv in mvcrds}})."
)

if group.prop == "dayofyear" and (
Expand Down

0 comments on commit 2a0c2ae

Please sign in to comment.