From 1b643be86e5ff70035c1218e4df1843bf8c01dc6 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Wed, 5 Jun 2024 18:36:43 +0800 Subject: [PATCH] style(deply): fix pydocstyle --- fdroidserver/deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index e0c61363..0b90e024 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -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):