We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31e910 commit a21e6edCopy full SHA for a21e6ed
upath/core.py
@@ -397,8 +397,6 @@ def _fs_factory(
397
) -> AbstractFileSystem:
398
"""Instantiate the filesystem_spec filesystem class"""
399
fs_cls = get_filesystem_class(protocol)
400
- so_dct = fs_cls._get_kwargs_from_urls(urlpath)
401
- so_dct.update(storage_options)
402
return fs_cls(**storage_options)
403
404
# === upath.UPath constructor =====================================
0 commit comments