Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion xarray/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,6 @@ def open_zarr(
chunked_array_type
) # attempt to import that parallel backend

chunks = {}
except (ValueError, ImportError):
chunks = None

Expand Down
Loading