Skip to content

Commit 738eb46

Browse files
committed
feat: add fsspec as required dependency (#1021)
* fsspec requirements * simplify fsspec import * use loop property * correctly create schemes list
1 parent aac154b commit 738eb46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uproot/_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ def regularize_path(path):
293293
_remote_schemes = ["root", "s3", "http", "https"]
294294
_schemes = list({*_remote_schemes, *fsspec.available_protocols()})
295295

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

0 commit comments

Comments
 (0)