1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

remove unused import, chmod +x

This commit is contained in:
Salamandar 2024-02-07 19:39:40 +01:00
parent 902b8f1fc8
commit c84179e33e

2
tools/app_caches.py Normal file → Executable file
View file

@ -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