Skip to content

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 Oct 22, 2024
1 parent ea52003 commit 54d9bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualizarr/writers/icechunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def write_variables_to_icechunk_group(
# First write all the non-virtual variables, because xarray has issues with overwriting the root
# group's attributes after the first variable is written
ds = Dataset(loadable_variables)
ds.to_zarr(store, zarr_format=3, consolidated=False, mode='a')
ds.to_zarr(store, zarr_format=3, consolidated=False, mode="a")

# Then finish by writing the virtual variables to the same group
for name, var in virtual_variables.items():
Expand Down

0 comments on commit 54d9bea

Please sign in to comment.