We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9f9fe commit d53d153Copy full SHA for d53d153
src/zarr/core/array.py
@@ -396,7 +396,6 @@ async def create(
396
config: ArrayConfigLike | None = None,
397
) -> AsyncArray[ArrayV2Metadata]: ...
398
399
- # this overload defines the function signature when zarr_format is 3
400
@overload
401
@classmethod
402
async def create(
@@ -434,7 +433,7 @@ async def create(
434
433
# v2 and v3
435
shape: ShapeLike,
436
dtype: ZDTypeLike,
437
- zarr_format: ZarrFormat = 3,
+ zarr_format: ZarrFormat,
438
fill_value: Any | None = DEFAULT_FILL_VALUE,
439
attributes: dict[str, JSON] | None = None,
440
# v3 only
0 commit comments