Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 16, 2023
1 parent bd6b490 commit 05c38ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uproot/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ 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 05c38ed

Please sign in to comment.