Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions upath/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,6 @@ def _fs_factory(
) -> AbstractFileSystem:
"""Instantiate the filesystem_spec filesystem class"""
fs_cls = get_filesystem_class(protocol)
so_dct = fs_cls._get_kwargs_from_urls(urlpath)
so_dct.update(storage_options)
return fs_cls(**storage_options)

# === upath.UPath constructor =====================================
Expand Down