fix pylint Unused argument

This commit is contained in:
Hans-Christoph Steiner 2018-05-14 14:07:40 +02:00
parent 6db9ba8334
commit 43c61aecee
5 changed files with 6 additions and 6 deletions

View file

@ -52,7 +52,7 @@ def publish_source_tarball(apkfilename, unsigned_dir, output_dir):
logging.debug('...no source tarball for %s', apkfilename)
def key_alias(appid, resolve=False):
def key_alias(appid):
"""Get the alias which F-Droid uses to indentify the singing key
for this App in F-Droids keystore.
"""