fix: mypy

This commit is contained in:
Vlad Stan 2022-12-21 15:10:12 +02:00
parent 60cd40d5e5
commit ec01c74da1

View File

@ -463,7 +463,7 @@ async def update_payment_extra(
row = await (conn or db).fetchone(
"SELECT hash, extra from apipayments WHERE hash = ?",
(payment_hash),
(payment_hash,),
)
if not row:
return