Skip to content

Commit a21e6ed

Browse files
authored
upath.core: remove unneeded lines in _fs_factory (#478)
1 parent c31e910 commit a21e6ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

upath/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ def _fs_factory(
397397
) -> AbstractFileSystem:
398398
"""Instantiate the filesystem_spec filesystem class"""
399399
fs_cls = get_filesystem_class(protocol)
400-
so_dct = fs_cls._get_kwargs_from_urls(urlpath)
401-
so_dct.update(storage_options)
402400
return fs_cls(**storage_options)
403401

404402
# === upath.UPath constructor =====================================

0 commit comments

Comments
 (0)