Skip to content

Commit c7c71ad

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 721695d commit c7c71ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

xarray/core/types.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,14 @@ def copy(
226226
JoinOptions = Literal["outer", "inner", "left", "right", "exact", "override"]
227227

228228
Interp1dOptions = Literal[
229-
"linear", "nearest", "zero", "slinear", "quadratic", "cubic", "quintic", "polynomial"
229+
"linear",
230+
"nearest",
231+
"zero",
232+
"slinear",
233+
"quadratic",
234+
"cubic",
235+
"quintic",
236+
"polynomial",
230237
]
231238
InterpolantOptions = Literal[
232239
"barycentric", "krogh", "pchip", "spline", "akima", "makima"

0 commit comments

Comments
 (0)