🛠️ black → ruff format

This commit is contained in:
neingeist 2026-04-12 23:52:10 +02:00
parent 6c7ad52c72
commit 46d4963188
6 changed files with 32 additions and 84 deletions

View file

@ -37,7 +37,7 @@ def allergens_for_recipe(recipe):
def link(recipe):
return f"{TANDOOR_URL + "/view/recipe/" + str(recipe["id"])}"
return f"{TANDOOR_URL + '/view/recipe/' + str(recipe['id'])}"
def wiki_link(recipe):