Skip to content

Commit

Permalink
Update xarray/backends/zarr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed May 7, 2024
1 parent b21f7f4 commit 26b0bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ def set_variables(self, variables, check_encoding_set, writer, unlimited_dims=No

for vn, v in variables.items():
name = _encode_variable_name(vn)

attrs = v.attrs.copy()
dims = v.dims
dtype = v.dtype
Expand Down

0 comments on commit 26b0bb5

Please sign in to comment.