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 Dec 4, 2024
1 parent d6ef97f commit 9d2f7f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion virtualizarr/writers/icechunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
from zarr import Array, Group # type: ignore


def dataset_to_icechunk(ds: Dataset, store: "IcechunkStore", append_dim: Optional[str] = None) -> None:
def dataset_to_icechunk(
ds: Dataset, store: "IcechunkStore", append_dim: Optional[str] = None
) -> None:
"""
Write an xarray dataset whose variables wrap ManifestArrays to an Icechunk store.
Expand Down

0 comments on commit 9d2f7f8

Please sign in to comment.