Skip to content

Commit

Permalink
Fix broken AsyncFileSystem patch
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut authored and gutzbenj committed Mar 8, 2024
1 parent 73a3f7b commit 54e60a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wetterdienst/monkeypatch/fsspec_monkeypatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def __init__(self, *args, **storage_options):
warnings.warn("add_aliases has been removed.", FutureWarning, stacklevel=2)
# This is set in _Cached
self._fs_token_ = None
super().__init__(*args, **storage_options)


def activate():
Expand Down

0 comments on commit 54e60a7

Please sign in to comment.