We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ac377 commit 862f67eCopy full SHA for 862f67e
src/ome_zarr_models/__init__.py
@@ -51,7 +51,7 @@
51
52
53
def open_ome_zarr(
54
- group: zarr.Group, version: Literal["0.4", "0.5"] | None = None
+ group: zarr.Group, *, version: Literal["0.4", "0.5"] | None = None
55
) -> BaseGroup:
56
"""
57
Create an ome-zarr-models object from an existing OME-Zarr group.
0 commit comments