Skip to content
Snippets Groups Projects
Commit 742f0396 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

api/private/deposit_list: Fix black formatting

parent d3717303
No related branches found
No related tags found
Loading
......@@ -188,9 +188,9 @@ def deposit_list_datatables(request: Request) -> JsonResponse:
except Exception as exc:
sentry_sdk.capture_exception(exc)
table_data[
"error"
] = "An error occurred while retrieving the list of deposits !"
table_data["error"] = (
"An error occurred while retrieving the list of deposits !"
)
if settings.DEBUG:
table_data["error"] += "\n" + str(exc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment