🛠️ black → ruff format
This commit is contained in:
parent
6c7ad52c72
commit
46d4963188
6 changed files with 32 additions and 84 deletions
|
|
@ -48,7 +48,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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue