Skip to content

Commit

Permalink
feat: add fsspec as required dependency (#1021)
Browse files Browse the repository at this point in the history
* fsspec requirements

* simplify fsspec import

* use loop property

* correctly create schemes list
  • Loading branch information
lobis committed Nov 16, 2023
1 parent aac154b commit 738eb46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uproot/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ def regularize_path(path):
_remote_schemes = ["root", "s3", "http", "https"]
_schemes = list({*_remote_schemes, *fsspec.available_protocols()})


def file_object_path_split(urlpath: str) -> tuple[str, str | None]:
"""
Split a path with a colon into a file path and an object-in-file path.
Expand Down

0 comments on commit 738eb46

Please sign in to comment.