prettier/black

This commit is contained in:
ben
2022-07-27 20:16:32 +01:00
parent 817472c036
commit 354fedc0b8
3 changed files with 4 additions and 8 deletions
+2 -1
View File
@@ -133,7 +133,8 @@ async def api_ticket_send_ticket(event_id, payment_hash, data: CreateTicket):
if not ticket:
raise HTTPException(
status_code=HTTPStatus.NOT_FOUND, detail=f"Event could not be fetched."
status_code=HTTPStatus.NOT_FOUND,
detail=f"Event could not be fetched.",
)
return {"paid": True, "ticket_id": ticket.id}