Skip to content

Commit

Permalink
Fix buffer namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Sep 8, 2024
1 parent e46d310 commit 6390223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zarr/core/buffer/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
from zarr.codecs.bytes import Endian
from zarr.core.common import BytesLike, ChunkCoords

# Everything here is imported into ``zarr.core.buffer`` namespace.
__all__ = []

@runtime_checkable
class ArrayLike(Protocol):
Expand Down

0 comments on commit 6390223

Please sign in to comment.