Skip to content

Commit d0e1928

Browse files
committed
use listings cache again
1 parent 9281304 commit d0e1928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def from_url(
160160
RemoteStore
161161
"""
162162
opts = storage_options or {}
163-
opts = {"asynchronous": True, "use_listings_cache": False, **opts}
163+
opts = {"asynchronous": True, **opts}
164164

165165
fs, path = fsspec.url_to_fs(url, **opts)
166166

0 commit comments

Comments
 (0)