-
-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python library
Description
Zarr version
v3
Installation
sources
Description
These methods of abstract base class Store
are non-async
:
Child classes LocalStore
, LoggingStore
, RemoteStore
, MemoryStore
, ZipStore
override these functions as async
. Take the example of ZipStore
:
Is that on purpose? I think async
is part of the method signature and should be added to the base class.
Metadata
Metadata
Assignees
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python library