mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
fix pydocstyle
This commit is contained in:
parent
3e7ce8ce31
commit
ecc21489d4
2 changed files with 1 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ class Tail(object):
|
||||||
"""Represents a tail command."""
|
"""Represents a tail command."""
|
||||||
|
|
||||||
def __init__(self, tailed_file):
|
def __init__(self, tailed_file):
|
||||||
"""Initiate a Tail instance.
|
"""Initialize a Tail instance.
|
||||||
|
|
||||||
Check for file validity, assigns callback function to standard out.
|
Check for file validity, assigns callback function to standard out.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1374,7 +1374,6 @@ def scan_apk(apk_file, require_signature=True):
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
|
||||||
apk_file
|
apk_file
|
||||||
The (ideally absolute) path to the APK file
|
The (ideally absolute) path to the APK file
|
||||||
require_signature
|
require_signature
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue