fix mypy for lnbits/extensions/lnticket

This commit is contained in:
Pavol Rusnak
2023-01-03 23:32:18 +01:00
parent c9b02a6470
commit 2c1d02940d
4 changed files with 7 additions and 6 deletions
+1
View File
@@ -33,6 +33,7 @@ async def display(request: Request, form_id):
)
wallet = await get_wallet(form.wallet)
assert wallet
return lnticket_renderer().TemplateResponse(
"lnticket/display.html",