🛠️ black → ruff format
This commit is contained in:
parent
6c7ad52c72
commit
46d4963188
6 changed files with 32 additions and 84 deletions
|
|
@ -70,7 +70,7 @@ def check_ingredients(step):
|
|||
|
||||
|
||||
def make_link(recipe):
|
||||
return f"[{recipe["name"]}]({TANDOOR_URL + "/view/recipe/" + str(recipe["id"])})"
|
||||
return f"[{recipe['name']}]({TANDOOR_URL + '/view/recipe/' + str(recipe['id'])})"
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue