fix: mypy
This commit is contained in:
parent
60cd40d5e5
commit
ec01c74da1
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ async def update_payment_extra(
|
||||||
|
|
||||||
row = await (conn or db).fetchone(
|
row = await (conn or db).fetchone(
|
||||||
"SELECT hash, extra from apipayments WHERE hash = ?",
|
"SELECT hash, extra from apipayments WHERE hash = ?",
|
||||||
(payment_hash),
|
(payment_hash,),
|
||||||
)
|
)
|
||||||
if not row:
|
if not row:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue