woops, end of file

This commit is contained in:
Salamandar 2024-02-08 22:20:07 +01:00
parent 5ea1086f1d
commit 6d2984cf2e

View file

@ -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)