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:
parent
1c33e481e5
commit
1b643be86e
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user