1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

lint: fix pydocstyle

This commit is contained in:
proletarius101 2024-02-26 23:11:33 +08:00
parent 99a3823621
commit ca5e9a089c
No known key found for this signature in database

View File

@ -588,7 +588,6 @@ def update_localcopy(repo_section, local_copy_dir):
drive. drive.
""" """
# local_copy_dir is guaranteed to have a trailing slash in main() below # local_copy_dir is guaranteed to have a trailing slash in main() below
common.local_rsync(common.get_options(), [repo_section], local_copy_dir) common.local_rsync(common.get_options(), [repo_section], local_copy_dir)