Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent 5677683 commit 7e9ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zarr/abc/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def list(self) -> AsyncGenerator[str, None]:
@abstractmethod
def list_prefix(self, prefix: str) -> AsyncGenerator[str, None]:
"""
Retrieve all keys in the store that begin with a given prefix. Keys are returned relative
Retrieve all keys in the store that begin with a given prefix. Keys are returned relative
to the root of the store.
Parameters
Expand Down

0 comments on commit 7e9ec76

Please sign in to comment.