Skip to content

Commit d221712

Browse files
authored
Update asynchronous.py
1 parent 0f9e69e commit d221712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/api/asynchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ async def create(
833833
chunks: ChunkCoords | int | bool | None = None,
834834
dtype: npt.DTypeLike | None = None,
835835
compressor: dict[str, JSON] | None = None, # TODO: default and type change
836-
fill_value: Any | None = 0, # TODO: need type
836+
fill_value: Any | None = None, # TODO: need type
837837
order: MemoryOrder | None = None,
838838
store: str | StoreLike | None = None,
839839
synchronizer: Any | None = None,

0 commit comments

Comments
 (0)