Skip to content

Commit

Permalink
Add protocol to async wrapper FS
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Dec 4, 2024
1 parent 59a87b4 commit 77d4eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsspec/implementations/asyn_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def __init__(self, sync_fs, *args, **kwargs):
super().__init__(*args, **kwargs)
self.asynchronous = True
self.fs = sync_fs
self.protocol = self.fs.protocol
self._wrap_all_sync_methods()

@property
Expand Down

0 comments on commit 77d4eeb

Please sign in to comment.