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 aac154b commit 738eb46Copy full SHA for 738eb46
src/uproot/_util.py
@@ -293,7 +293,6 @@ def regularize_path(path):
293
_remote_schemes = ["root", "s3", "http", "https"]
294
_schemes = list({*_remote_schemes, *fsspec.available_protocols()})
295
296
-
297
def file_object_path_split(urlpath: str) -> tuple[str, str | None]:
298
"""
299
Split a path with a colon into a file path and an object-in-file path.
0 commit comments