Skip to content

Commit 862f67e

Browse files
tlambert03dstansby
andauthored
Update src/ome_zarr_models/__init__.py
Co-authored-by: David Stansby <[email protected]>
1 parent 30ac377 commit 862f67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ome_zarr_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
def open_ome_zarr(
54-
group: zarr.Group, version: Literal["0.4", "0.5"] | None = None
54+
group: zarr.Group, *, version: Literal["0.4", "0.5"] | None = None
5555
) -> BaseGroup:
5656
"""
5757
Create an ome-zarr-models object from an existing OME-Zarr group.

0 commit comments

Comments
 (0)