From 7840d0dc3542a64506e2487cfbca6c4357921971 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Sat, 30 Dec 2023 14:56:20 +0800 Subject: [PATCH] style(deploy): fix pydocstyle errors --- fdroidserver/deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index d773ae58..30909a16 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -71,7 +71,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]