From ecc5c70d7fd60246491ca9a619d389b92574f8f0 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 --- app_caches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app_caches.py diff --git a/app_caches.py b/app_caches.py old mode 100644 new mode 100755 index 099c75f..f3e35fd --- a/app_caches.py +++ b/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