diff --git a/src/uproot/_util.py b/src/uproot/_util.py index 9769ad055..31a82f571 100644 --- a/src/uproot/_util.py +++ b/src/uproot/_util.py @@ -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.