Skip to content

Commit

Permalink
Remove from public API
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Dec 17, 2024
1 parent 8d31f0e commit 3d15d3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xarray/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,6 @@ 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_members: bool = True,
**kwargs,
):
"""Load and decode a dataset from a Zarr store.
Expand Down Expand Up @@ -1488,7 +1487,6 @@ def open_zarr(
"storage_options": storage_options,
"zarr_version": zarr_version,
"zarr_format": zarr_format,
"cache_members": cache_members,
}

ds = open_dataset(
Expand Down

0 comments on commit 3d15d3d

Please sign in to comment.