Skip to content

Commit 9598797

Browse files
author
Altay Sansal
committed
Add missing import for AsyncFileSystemWrapper in _fsspec.py
1 parent baabf08 commit 9598797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zarr/storage/_fsspec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _make_async(fs: AbstractFileSystem) -> AsyncFileSystem:
4545
is wrapped with AsyncFileSystemWrapper.
4646
"""
4747
import fsspec
48+
import fsspec.implementations.asyn_wrapper
4849

4950
fsspec_version = parse_version(fsspec.__version__)
5051
if fs.async_impl and fs.asynchronous:

0 commit comments

Comments
 (0)