mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
fix pylint Unused argument
This commit is contained in:
parent
6db9ba8334
commit
43c61aecee
5 changed files with 6 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ def extract_signature(apkpath):
|
|||
return sigdir
|
||||
|
||||
|
||||
def extract(config, options):
|
||||
def extract(options):
|
||||
|
||||
# Create tmp dir if missing…
|
||||
tmp_dir = 'tmp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue