reformat up to latest version of black

This commit is contained in:
Kenneth Kehl
2024-04-01 15:12:33 -07:00
parent 87db56622e
commit ebdb78e52e
241 changed files with 334 additions and 92 deletions

View File

@@ -479,14 +479,16 @@ def get_all_notifications_for_service(service_id):
jsonify(
notifications=notifications,
page_size=page_size,
links=get_prev_next_pagination_links(
page,
len(next_page_of_pagination.items),
".get_all_notifications_for_service",
**kwargs,
)
if count_pages
else {},
links=(
get_prev_next_pagination_links(
page,
len(next_page_of_pagination.items),
".get_all_notifications_for_service",
**kwargs,
)
if count_pages
else {}
),
),
200,
)