Fix pylint warnings

This commit is contained in:
Jochen Sprickerhof 2022-03-29 15:28:31 +02:00
parent ff44488a42
commit a872d8688d
6 changed files with 12 additions and 2 deletions

View file

@ -3257,6 +3257,7 @@ class ClonedZipInfo(zipfile.ZipInfo):
"""
def __init__(self, zinfo):
super().__init__()
self.original = zinfo
for k in self.__slots__:
try: