Makefile: remove prettier (#705)

* remove prettier

* black
This commit is contained in:
calle
2022-07-05 17:18:22 +02:00
committed by GitHub
parent c2399cf9aa
commit 17c79cd044
7 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ async def on_invoice_paid(payment: Payment) -> None:
tipAmount = payment.extra.get("tipAmount")
if tipAmount is None:
#no tip amount
# no tip amount
return
tipAmount = tipAmount * 1000