Skip to content

Commit c881268

Browse files
committed
expose publicly
1 parent 1d82339 commit c881268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zarr/storage/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from zarr.errors import ZarrDeprecationWarning
77
from zarr.storage._common import StoreLike, StorePath
88
from zarr.storage._fsspec import FsspecStore
9+
from zarr.storage._latency import LatencyStore
910
from zarr.storage._local import LocalStore
1011
from zarr.storage._logging import LoggingStore
1112
from zarr.storage._memory import GpuMemoryStore, MemoryStore
@@ -16,6 +17,7 @@
1617
__all__ = [
1718
"FsspecStore",
1819
"GpuMemoryStore",
20+
"LatencyStore",
1921
"LocalStore",
2022
"LoggingStore",
2123
"MemoryStore",

0 commit comments

Comments
 (0)