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 10, 2023
1 parent 5d54334 commit d8db5bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/installer/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class InvalidRecordEntry(Exception):
elements: Iterable[str]
issues: Iterable[str]


def __post_init__(self) -> None:
super().__init__(", ".join(self.issues))

Expand Down

0 comments on commit d8db5bd

Please sign in to comment.