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 ef2da4d commit 4ff4f7eCopy full SHA for 4ff4f7e
1 file changed
src/zarr/buffer/__init__.py
@@ -1,12 +1,12 @@
1
"""
2
-Public API for implementations of the Zarr Buffer interface.
+Implementations of the Zarr Buffer interface.
3
4
See Also
5
========
6
-arr.abc.buffer: Abstract base class for the Zarr Buffer interface.
+zarr.abc.buffer: Abstract base class for the Zarr Buffer interface.
7
8
9
-from ..core.buffer import default_buffer_prototype
10
-from . import cpu, gpu
+from zarr.buffer import cpu, gpu
+from zarr.core.buffer import default_buffer_prototype
11
12
__all__ = ["cpu", "default_buffer_prototype", "gpu"]
0 commit comments