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

style(deply): fix pydocstyle

This commit is contained in:
proletarius101 2024-06-05 18:36:43 +08:00
parent 604fe1c275
commit 11bd65b0f8
No known key found for this signature in database

View File

@ -98,7 +98,6 @@ def _get_index_includes(base_dir):
def _remove_missing_files(files: List[str]) -> List[str]:
"""Remove files that are missing from the file system."""
existing = []
for f in files:
if os.path.exists(f):