1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

style(deply): fix pydocstyle

This commit is contained in:
proletarius101 2024-06-05 18:36:43 +08:00 committed by Hans-Christoph Steiner
parent 1c33e481e5
commit 1b643be86e

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):