🎨 black-ify the code base
This commit is contained in:
parent
83e1caf19d
commit
d54fd73e53
9 changed files with 126 additions and 19 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue