mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix pylint warnings
This commit is contained in:
parent
ff44488a42
commit
a872d8688d
6 changed files with 12 additions and 2 deletions
|
|
@ -3257,6 +3257,7 @@ class ClonedZipInfo(zipfile.ZipInfo):
|
|||
"""
|
||||
|
||||
def __init__(self, zinfo):
|
||||
super().__init__()
|
||||
self.original = zinfo
|
||||
for k in self.__slots__:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue