Skip to content

Commit

Permalink
Merge branch 'feat/store-paths' of github.com:d-v-b/zarr-python into …
Browse files Browse the repository at this point in the history
…feat/store-paths
  • Loading branch information
d-v-b committed Oct 28, 2024
2 parents 3d1d043 + 808e9ff commit b5ef33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zarr/storage/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
self,
fs: AsyncFileSystem,
mode: AccessModeLiteral = "r",
path: str = "/",
path: str = "",
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
) -> None:
super().__init__(mode=mode)
Expand Down

0 comments on commit b5ef33c

Please sign in to comment.