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 21, 2024
1 parent 23d98de commit c633f13
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 @@ -155,7 +155,7 @@ def write_manifest_virtual_refs(
"c_index", # TODO is "c_index" correct? what's the convention for zarr chunk keys?
],
op_flags=[["readonly"]] * 3, # type: ignore
) # type: ignore
) # type: ignore
for path, offset, length in it:
index = it.multi_index
chunk_key = "/".join(str(i) for i in index)
Expand Down

0 comments on commit c633f13

Please sign in to comment.