Skip to content

Commit aad8e9d

Browse files
d-v-bjhamman
andauthored
Update src/zarr/api/asynchronous.py
Co-authored-by: Joe Hamman <[email protected]>
1 parent 108daa0 commit aad8e9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zarr/api/asynchronous.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ async def create_group(
697697
if zarr_format is None:
698698
zarr_format = _default_zarr_version()
699699

700-
# TODO: fix this when modes make sense. It should be `w` for overwriting, `w-` otherwise
701700
mode: Literal["a"] = "a"
702701

703702
store_path = await make_store_path(store, path=path, mode=mode, storage_options=storage_options)

0 commit comments

Comments
 (0)