8000 Fix buffer namespace · zarr-developers/zarr-python@6390223 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6390223

Browse files
committed
Fix buffer namespace
1 parent e46d310 commit 6390223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zarr/core/buffer/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
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__ = []
3234

3335
@runtime_checkable
3436
class ArrayLike(Protocol):

0 commit comments

Comments
 (0)
0