black and isort

This commit is contained in:
callebtc
2022-10-05 20:08:45 +02:00
parent 792b4566ee
commit 063d01bbe7
8 changed files with 59 additions and 26 deletions

View File

@@ -8,8 +8,13 @@ import requests
from cashu.core.settings import LNBITS_ENDPOINT, LNBITS_KEY
from .base import (InvoiceResponse, PaymentResponse, PaymentStatus,
StatusResponse, Wallet)
from .base import (
InvoiceResponse,
PaymentResponse,
PaymentStatus,
StatusResponse,
Wallet,
)
class LNbitsWallet(Wallet):