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 committed by Hans-Christoph Steiner
parent 34395b0932
commit 707b91e1eb

View File

@ -69,7 +69,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]