1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

fix pydocstyle

This commit is contained in:
Hans-Christoph Steiner 2021-06-25 12:11:44 +02:00
parent 3e7ce8ce31
commit ecc21489d4
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class Tail(object):
"""Represents a tail command."""
def __init__(self, tailed_file):
"""Initiate a Tail instance.
"""Initialize a Tail instance.
Check for file validity, assigns callback function to standard out.

View File

@ -1374,7 +1374,6 @@ def scan_apk(apk_file, require_signature=True):
Parameters
----------
apk_file
The (ideally absolute) path to the APK file
require_signature