From 82b13ece7dca8dcf79d052f02ac03a09b35d45c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 13 Aug 2024 08:37:20 +0200 Subject: [PATCH] Cleanup unused api in appslib.utils --- tools/appslib/utils.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/appslib/utils.py b/tools/appslib/utils.py index 7353ce60..40cd953f 100644 --- a/tools/appslib/utils.py +++ b/tools/appslib/utils.py @@ -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: