Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xarray_tensorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def read(xarraydata: XarrayData, /) -> XarrayData:
_DEFAULT_STORAGE_DRIVER = 'file'


def _zarr_spec_from_path(path: str, zarr_format: int) -> ...:
def _zarr_spec_from_path(path: str, zarr_format: int):
if re.match(r'\w+\://', path): # path is a URI
kv_store = path
else:
Expand Down
Loading