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 24, 2024
1 parent 31c1154 commit f2240b7
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 @@ -114,7 +114,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 f2240b7

Please sign in to comment.