Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent f843ec2 commit 5b8382d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/installer/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

__all__ = [
"Hash",
"RecordEntry",
"InvalidRecordEntry",
"RecordEntry",
"parse_record_file",
]

Expand Down
2 changes: 1 addition & 1 deletion src/installer/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
WheelContentElement = tuple[tuple[str, str, str], BinaryIO, bool]


__all__ = ["WheelSource", "WheelFile"]
__all__ = ["WheelFile", "WheelSource"]


class WheelSource:
Expand Down
14 changes: 7 additions & 7 deletions src/installer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
AllSchemes = tuple[Scheme, ...]

__all__ = [
"parse_metadata_file",
"parse_wheel_filename",
"SCHEME_NAMES",
"WheelFilename",
"construct_record_file",
"copyfileobj_with_hashing",
"get_launcher_kind",
"fix_shebang",
"construct_record_file",
"parse_entrypoints",
"get_launcher_kind",
"make_file_executable",
"WheelFilename",
"SCHEME_NAMES",
"parse_entrypoints",
"parse_metadata_file",
"parse_wheel_filename",
]

# Borrowed from https://github.com/python/cpython/blob/v3.9.1/Lib/shutil.py#L52
Expand Down

0 comments on commit 5b8382d

Please sign in to comment.