mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
remove unused import, chmod +x
This commit is contained in:
parent
28a69ee43c
commit
6e8b926158
1 changed files with 1 additions and 1 deletions
2
tools/app_caches.py
Normal file → Executable file
2
tools/app_caches.py
Normal file → Executable 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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue