diff --git a/wetterdienst/monkeypatch/fsspec_monkeypatch.py b/wetterdienst/monkeypatch/fsspec_monkeypatch.py index bf67ffe6f..fd058aea8 100644 --- a/wetterdienst/monkeypatch/fsspec_monkeypatch.py +++ b/wetterdienst/monkeypatch/fsspec_monkeypatch.py @@ -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():