1
0
Fork 0

Cleanup unused api in appslib.utils

This commit is contained in:
Félix Piédallu 2024-08-13 08:37:20 +02:00 committed by Salamandar
parent 7042ffbd63
commit 746133594c

View file

@ -13,11 +13,6 @@ import toml
REPO_APPS_ROOT = Path(Repo(__file__, search_parent_directories=True).working_dir)
@cache
def apps_repo_root() -> Path:
return Path(__file__).parent.parent.parent
def git(cmd: list[str], cwd: Optional[Path] = None) -> str:
full_cmd = ["git"]
if cwd: