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