From 6d2984cf2efa64e170b63bb4f07247b06dee3edc 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 913d16a..d387b1d 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) -