chore: code format

This commit is contained in:
Vlad Stan
2024-10-10 09:08:57 +02:00
committed by dni ⚡
parent f227be2ea5
commit d5ea1af518
+2 -1
View File
@@ -773,7 +773,8 @@ async def update_payment_extra(
row: dict = await (conn or db).fetchone(
f"""
SELECT payment_hash, extra from apipayments WHERE payment_hash = :hash {amount_clause}
SELECT payment_hash, extra from apipayments
WHERE payment_hash = :hash {amount_clause}
""",
{"hash": payment_hash},
)