oops: formatting.

This commit is contained in:
fiatjaf
2020-11-21 23:23:11 -03:00
parent 03706dcbad
commit d84915cb00
16 changed files with 145 additions and 36 deletions
+7 -1
View File
@@ -7,7 +7,13 @@ from .models import Tickets, Forms
async def create_ticket(
payment_hash: str, wallet: str, form: str, name: str, email: str, ltext: str, sats: int,
payment_hash: str,
wallet: str,
form: str,
name: str,
email: str,
ltext: str,
sats: int,
) -> Tickets:
await db.execute(
"""