From c84179e33ecaa5afe4a67bac2565b0028f9e5fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 7 Feb 2024 19:39:40 +0100 Subject: [PATCH] remove unused import, chmod +x --- tools/app_caches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tools/app_caches.py diff --git a/tools/app_caches.py b/tools/app_caches.py old mode 100644 new mode 100755 index 099c75fd..f3e35fd3 --- a/tools/app_caches.py +++ b/tools/app_caches.py @@ -10,7 +10,7 @@ from typing import Any import tqdm from appslib.utils import (REPO_APPS_ROOT, # pylint: disable=import-error - get_catalog, git_repo_age, progressbar) + get_catalog, git_repo_age) from git import Repo