Skip to content

Commit fb43c15

Browse files
committed
Fix buffer namespace
1 parent e46d310 commit fb43c15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zarr/core/buffer/core.py

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
from zarr.codecs.bytes import Endian
3030
from zarr.core.common import BytesLike, ChunkCoords
3131

32+
# Everything here is imported into ``zarr.core.buffer`` namespace.
33+
__all__: list[str] = []
34+
3235

3336
@runtime_checkable
3437
class ArrayLike(Protocol):

0 commit comments

Comments
 (0)