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.
2 parents 3d1d043 + 808e9ff commit b5ef33cCopy full SHA for b5ef33c
src/zarr/storage/remote.py
@@ -79,7 +79,7 @@ def __init__(
79
self,
80
fs: AsyncFileSystem,
81
mode: AccessModeLiteral = "r",
82
- path: str = "/",
+ path: str = "",
83
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
84
) -> None:
85
super().__init__(mode=mode)
0 commit comments