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 21a0c6a commit eb6b2d8Copy full SHA for eb6b2d8
src/zarr/storage/_fsspec.py
@@ -178,7 +178,7 @@ def from_url(
178
try:
179
from fsspec.implementations.asyn_wrapper import AsyncFileSystemWrapper
180
181
- fs = AsyncFileSystemWrapper(fs)
+ fs = AsyncFileSystemWrapper(fs, asynchronous=True)
182
except ImportError as e:
183
raise ImportError(
184
f"The filesystem for URL '{url}' is synchronous, and the required "
0 commit comments