remove unused import, chmod +x
This commit is contained in:
parent
902b8f1fc8
commit
c84179e33e
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
|
import tqdm
|
||||||
|
|
||||||
from appslib.utils import (REPO_APPS_ROOT, # pylint: disable=import-error
|
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
|
from git import Repo
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user