Skip to content

Commit 40fcc02

Browse files
committed
keyword only
1 parent 8aeebaa commit 40fcc02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/zarr/core/_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _repr_mimebundle_(
4545
async def group_tree_async(
4646
group: AsyncGroup,
4747
max_depth: int | None = None,
48+
*,
4849
max_nodes: int = 500,
4950
plain: bool = False,
5051
) -> TreeRepr:

src/zarr/core/group.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,6 +1592,7 @@ async def tree(
15921592
self,
15931593
expand: bool | None = None,
15941594
level: int | None = None,
1595+
*,
15951596
max_nodes: int = 500,
15961597
plain: bool = False,
15971598
) -> Any:

0 commit comments

Comments
 (0)