From fc327045657ff00c5b38ae553f807d83a35f0eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 8 Feb 2024 22:20:07 +0100 Subject: [PATCH] woops, end of file --- tools/appslib/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/appslib/utils.py b/tools/appslib/utils.py index 913d16a7..d387b1d4 100644 --- a/tools/appslib/utils.py +++ b/tools/appslib/utils.py @@ -70,4 +70,3 @@ def get_wishlist() -> dict[str, dict[str, str]]: def get_graveyard() -> dict[str, dict[str, str]]: wishlist_path = REPO_APPS_ROOT / "graveyard.toml" return toml.load(wishlist_path) -