🎨 black-ify the code base

This commit is contained in:
neingeist 2026-04-08 23:51:21 +02:00
parent 83e1caf19d
commit d54fd73e53
9 changed files with 126 additions and 19 deletions

View file

@ -81,7 +81,7 @@ def fetch_recipe(recipe_id):
params = {}
response = requests.get(
f"{TANDOOR_URL}{endpoint}{recipe_id}/", params=params, headers=headers
f"{TANDOOR_URL}{endpoint}{recipe_id}/", params=params, headers=headers
)
if response.status_code != 200: