We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd1714 commit 808e9ffCopy full SHA for 808e9ff
src/zarr/storage/remote.py
@@ -62,7 +62,7 @@ def __init__(
62
self,
63
fs: AsyncFileSystem,
64
mode: AccessModeLiteral = "r",
65
- path: str = "/",
+ path: str = "",
66
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
67
) -> None:
68
super().__init__(mode=mode)
0 commit comments