Skip to content

Commit 5760fa0

Browse files
committed
BUG: Add ngff_zarr.zarr_metadata backwards compatibility module
Re-provides the default OME-Zarr version zarr metadata at the same module location for backwards compatibility, issue #122.
1 parent 363de9b commit 5760fa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ngff_zarr/zarr_metadata.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# The version should match the default version in to_ngff_zarr
2+
from .v04.zarr_metadata import * # noqa: F403

0 commit comments

Comments
 (0)