diff --git a/src/installer/records.py b/src/installer/records.py index b600b13c..5a8ad363 100644 --- a/src/installer/records.py +++ b/src/installer/records.py @@ -24,7 +24,6 @@ class InvalidRecordEntry(Exception): elements: Iterable[str] issues: Iterable[str] - def __post_init__(self) -> None: super().__init__(", ".join(self.issues))