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 Oct 14, 2024
1 parent f3efc06 commit 33f52ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion xarray/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,14 @@ def copy(
JoinOptions = Literal["outer", "inner", "left", "right", "exact", "override"]

Interp1dOptions = Literal[
"linear", "nearest", "zero", "slinear", "quadratic", "cubic", "quintic", "polynomial"
"linear",
"nearest",
"zero",
"slinear",
"quadratic",
"cubic",
"quintic",
"polynomial",
]
InterpolantOptions = Literal[
"barycentric", "krogh", "pchip", "spline", "akima", "makima"
Expand Down

0 comments on commit 33f52ec

Please sign in to comment.