Skip to content

Commit

Permalink
Update xarray/backends/zarr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Deepak Cherian <[email protected]>
  • Loading branch information
d-v-b and dcherian authored Dec 14, 2024
1 parent d987529 commit 169b736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ def open_zarr(
use_zarr_fill_value_as_mask=None,
chunked_array_type: str | None = None,
from_array_kwargs: dict[str, Any] | None = None,
cache_array_keys: bool = False,
cache_members: bool = False,
**kwargs,
):
"""Load and decode a dataset from a Zarr store.
Expand Down

0 comments on commit 169b736

Please sign in to comment.