Skip to content

Commit 77d4eeb

Browse files
committed
Add protocol to async wrapper FS
1 parent 59a87b4 commit 77d4eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsspec/implementations/asyn_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def __init__(self, sync_fs, *args, **kwargs):
4646
super().__init__(*args, **kwargs)
4747
self.asynchronous = True
4848
self.fs = sync_fs
49+
self.protocol = self.fs.protocol
4950
self._wrap_all_sync_methods()
5051

5152
@property

0 commit comments

Comments
 (0)