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

style(deploy): fix pydocstyle errors

This commit is contained in:
proletarius101 2023-12-30 14:56:20 +08:00
parent 1f3f02765d
commit 7840d0dc35
No known key found for this signature in database

View File

@ -71,7 +71,6 @@ def _get_index_file_paths(base_dir):
last. That ensures that the package files are available when the
client learns about them from the new index files.
"""
return [os.path.join(base_dir, filename) for filename in INDEX_FILES]