From a882fdfe9a3bbb9aefbb339511fe36575216199c 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 --- appslib/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/appslib/utils.py b/appslib/utils.py index 913d16a..d387b1d 100644 --- a/appslib/utils.py +++ b/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) -