Skip to content

Commit 7d770a8

Browse files
committed
mypy
1 parent 0ea6b50 commit 7d770a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

views_lnurl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async def api_lnurl_pay_cb(
4949
eightball = await get_eightball(eightball_id)
5050
if not eightball:
5151
return {"status": "ERROR", "reason": "No eightball found"}
52-
5352
payment = await create_invoice(
5453
wallet_id=eightball.wallet,
5554
amount=int(amount / 1000),

0 commit comments

Comments
 (0)