🛠️ black → ruff format
This commit is contained in:
parent
6c7ad52c72
commit
46d4963188
6 changed files with 32 additions and 84 deletions
|
|
@ -94,7 +94,7 @@ def format_recipe_to_markdown(recipe):
|
|||
step_name = step["name"] or "<span></span>"
|
||||
md.append(f"{i}. {step_name}")
|
||||
md += md_for_step_ingredients(step)
|
||||
md.append(f"{step["instructions_markdown"]}")
|
||||
md.append(f"{step['instructions_markdown']}")
|
||||
|
||||
# Nutrition TODO
|
||||
# if 'nutrition' in recipe and recipe['nutrition']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue