File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4206,7 +4206,7 @@ async def init_array(
42064206 chunk_key_encoding : ChunkKeyEncodingLike | None = None ,
42074207 dimension_names : DimensionNames = None ,
42084208 overwrite : bool = False ,
4209- config : ArrayConfigLike | None ,
4209+ config : ArrayConfigLike | None = None ,
42104210) -> AsyncArray [ArrayV3Metadata ] | AsyncArray [ArrayV2Metadata ]:
42114211 """Create and persist an array metadata document.
42124212
@@ -4287,7 +4287,7 @@ async def init_array(
42874287 overwrite : bool, default False
42884288 Whether to overwrite an array with the same name in the store, if one exists.
42894289 config : ArrayConfigLike or None, optional
4290- Configuration for this array.
4290+ Configuration for this array (default is None) .
42914291
42924292 Returns
42934293 -------
You can’t perform that action at this time.
0 commit comments