🛠️ 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

@ -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']: