mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-10 17:01:36 +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 (
|
from lnbits.decorators import (
|
||||||
WalletTypeInfo,
|
WalletTypeInfo,
|
||||||
get_key_type,
|
get_key_type,
|
||||||
require_admin_user,
|
|
||||||
require_admin_key,
|
require_admin_key,
|
||||||
|
require_admin_user,
|
||||||
require_invoice_key,
|
require_invoice_key,
|
||||||
)
|
)
|
||||||
from lnbits.helpers import url_for, urlsafe_short_hash
|
from lnbits.helpers import url_for, urlsafe_short_hash
|
||||||
|
@ -8,8 +8,8 @@ from starlette.exceptions import HTTPException
|
|||||||
from lnbits.decorators import (
|
from lnbits.decorators import (
|
||||||
WalletTypeInfo,
|
WalletTypeInfo,
|
||||||
get_key_type,
|
get_key_type,
|
||||||
require_admin_user,
|
|
||||||
require_admin_key,
|
require_admin_key,
|
||||||
|
require_admin_user,
|
||||||
require_invoice_key,
|
require_invoice_key,
|
||||||
)
|
)
|
||||||
from lnbits.extensions.satspay import satspay_ext
|
from lnbits.extensions.satspay import satspay_ext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user