mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-30 01:29:30 +02:00
style: make format
This commit is contained in:
parent
5f4fa61310
commit
ab4a9370e7
@ -34,8 +34,8 @@ from lnbits.core.models import Payment, Wallet
|
||||
from lnbits.decorators import (
|
||||
WalletTypeInfo,
|
||||
get_key_type,
|
||||
require_admin_user,
|
||||
require_admin_key,
|
||||
require_admin_user,
|
||||
require_invoice_key,
|
||||
)
|
||||
from lnbits.helpers import url_for, urlsafe_short_hash
|
||||
|
@ -8,8 +8,8 @@ from starlette.exceptions import HTTPException
|
||||
from lnbits.decorators import (
|
||||
WalletTypeInfo,
|
||||
get_key_type,
|
||||
require_admin_user,
|
||||
require_admin_key,
|
||||
require_admin_user,
|
||||
require_invoice_key,
|
||||
)
|
||||
from lnbits.extensions.satspay import satspay_ext
|
||||
|
Loading…
x
Reference in New Issue
Block a user