Skip to content
forked from pydata/xarray

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 14, 2024
1 parent d24556b commit 2431005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dask_array_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def sliding_window_view(
)
else:
# automatic_rechunk is not supported
return sliding_window_view(x, window_shape=window_shape, axis=axis)
return sliding_window_view(x, window_shape=window_shape, axis=axis)

0 comments on commit 2431005

Please sign in to comment.