Skip to content

Commit e0999b2

Browse files
author
Altay Sansal
committed
Add newline after AsyncFileSystemWrapper import in _fsspec.py
1 parent 965f962 commit e0999b2

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
@@ -69,6 +69,7 @@ def _make_async(fs: AbstractFileSystem) -> AsyncFileSystem:
6969
)
7070

7171
import fsspec.implementations.asyn_wrapper
72+
7273
return fsspec.implementations.asyn_wrapper.AsyncFileSystemWrapper(fs, asynchronous=True)
7374

7475

0 commit comments

Comments
 (0)