| 
59 | 59 | 
 
  | 
60 | 60 |     from zarr.core.array_spec import ArrayConfig, ArrayConfigLike  | 
61 | 61 |     from zarr.core.buffer import Buffer, BufferPrototype  | 
62 |  | -    from zarr.core.chunk_key_encodings import ChunkKeyEncoding, ChunkKeyEncodingLike  | 
 | 62 | +    from zarr.core.chunk_key_encodings import ChunkKeyEncodingLike  | 
63 | 63 |     from zarr.core.common import MemoryOrder  | 
64 | 64 | 
 
  | 
65 | 65 | logger = logging.getLogger("zarr.group")  | 
@@ -1016,7 +1016,7 @@ async def create_array(  | 
1016 | 1016 |         fill_value: Any | None = 0,  | 
1017 | 1017 |         order: MemoryOrder | None = None,  | 
1018 | 1018 |         attributes: dict[str, JSON] | None = None,  | 
1019 |  | -        chunk_key_encoding: ChunkKeyEncoding | ChunkKeyEncodingLike | None = None,  | 
 | 1019 | +        chunk_key_encoding: ChunkKeyEncodingLike | None = None,  | 
1020 | 1020 |         dimension_names: Iterable[str] | None = None,  | 
1021 | 1021 |         storage_options: dict[str, Any] | None = None,  | 
1022 | 1022 |         overwrite: bool = False,  | 
@@ -2250,7 +2250,7 @@ def create_array(  | 
2250 | 2250 |         fill_value: Any | None = 0,  | 
2251 | 2251 |         order: MemoryOrder | None = "C",  | 
2252 | 2252 |         attributes: dict[str, JSON] | None = None,  | 
2253 |  | -        chunk_key_encoding: ChunkKeyEncoding | ChunkKeyEncodingLike | None = None,  | 
 | 2253 | +        chunk_key_encoding: ChunkKeyEncodingLike | None = None,  | 
2254 | 2254 |         dimension_names: Iterable[str] | None = None,  | 
2255 | 2255 |         storage_options: dict[str, Any] | None = None,  | 
2256 | 2256 |         overwrite: bool = False,  | 
@@ -2636,7 +2636,7 @@ def array(  | 
2636 | 2636 |         fill_value: Any | None = 0,  | 
2637 | 2637 |         order: MemoryOrder | None = "C",  | 
2638 | 2638 |         attributes: dict[str, JSON] | None = None,  | 
2639 |  | -        chunk_key_encoding: ChunkKeyEncoding | ChunkKeyEncodingLike | None = None,  | 
 | 2639 | +        chunk_key_encoding: ChunkKeyEncodingLike | None = None,  | 
2640 | 2640 |         dimension_names: Iterable[str] | None = None,  | 
2641 | 2641 |         storage_options: dict[str, Any] | None = None,  | 
2642 | 2642 |         overwrite: bool = False,  | 
 | 
0 commit comments