Revert "chore: apply black to all .py files"
This reverts commit 83b7779972.
This commit is contained in:
committed by
benarc
parent
83b7779972
commit
efec7cb8f0
+1
-3
@@ -278,9 +278,7 @@ async def get_payments(
|
||||
return [Payment.from_row(row) for row in rows]
|
||||
|
||||
|
||||
async def delete_expired_invoices(
|
||||
conn: Optional[Connection] = None,
|
||||
) -> None:
|
||||
async def delete_expired_invoices(conn: Optional[Connection] = None,) -> None:
|
||||
# first we delete all invoices older than one month
|
||||
await (conn or db).execute(
|
||||
f"""
|
||||
|
||||
Reference in New Issue
Block a user