Skip to content

Commit 982756a

Browse files
committed
Remove extra whitespace
1 parent 32e3de6 commit 982756a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zarr/core/group.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,6 @@ async def nmembers(
13131313
return len(self.metadata.consolidated_metadata.flattened_metadata)
13141314
else:
13151315
return len([x for x in self.metadata.consolidated_metadata.flattened_metadata if x.count("/") <= max_depth])
1316-
13171316
# TODO: consider using aioitertools.builtins.sum for this
13181317
# return await aioitertools.builtins.sum((1 async for _ in self.members()), start=0)
13191318
n = 0

0 commit comments

Comments
 (0)