Skip to content

Commit 7e9ec76

Browse files
style: pre-commit fixes
1 parent 5677683 commit 7e9ec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/abc/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def list(self) -> AsyncGenerator[str, None]:
342342
@abstractmethod
343343
def list_prefix(self, prefix: str) -> AsyncGenerator[str, None]:
344344
"""
345-
Retrieve all keys in the store that begin with a given prefix. Keys are returned relative
345+
Retrieve all keys in the store that begin with a given prefix. Keys are returned relative
346346
to the root of the store.
347347
348348
Parameters

0 commit comments

Comments
 (0)