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 a9d2c9e commit 52d51bcCopy full SHA for 52d51bc
src/zarr/codecs/sharding.py
@@ -26,8 +26,8 @@
26
BufferPrototype,
27
NDBuffer,
28
default_buffer_prototype,
29
- numpy_buffer_prototype,
30
)
+from zarr.core.buffer.cpu import numpy_buffer_prototype
31
from zarr.core.chunk_grids import ChunkGrid, RegularChunkGrid
32
from zarr.core.common import (
33
ChunkCoords,
src/zarr/core/buffer/__init__.py
@@ -6,7 +6,6 @@
6
7
8
9
-from zarr.core.buffer.cpu import numpy_buffer_prototype
10
11
__all__ = [
12
"ArrayLike",
@@ -15,5 +14,4 @@
15
14
"NDArrayLike",
16
"NDBuffer",
17
"default_buffer_prototype",
18
- "numpy_buffer_prototype",
19
]
0 commit comments