From 44e660d56cf9398ae74230681c60507ca0969d2c Mon Sep 17 00:00:00 2001 From: Amer Elsheikh Date: Fri, 1 May 2026 09:07:12 -0700 Subject: [PATCH] Remove obsolete `-> ...` PiperOrigin-RevId: 908761449 --- xarray_tensorstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray_tensorstore.py b/xarray_tensorstore.py index 92fbe9c..fe8d195 100644 --- a/xarray_tensorstore.py +++ b/xarray_tensorstore.py @@ -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: