chore: code format
This commit is contained in:
parent
eeabc34b6f
commit
f120f25041
1 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ from lnbits.decorators import (
|
|||
require_admin_key,
|
||||
require_invoice_key,
|
||||
)
|
||||
|
||||
from lnbits.utils.exchange_rates import currencies
|
||||
|
||||
from . import nostr_client, nostrmarket_ext, scheduled_tasks
|
||||
|
|
@ -54,6 +53,7 @@ from .crud import (
|
|||
update_stall,
|
||||
update_zone,
|
||||
)
|
||||
from .helpers import normalize_public_key
|
||||
from .models import (
|
||||
Customer,
|
||||
DirectMessage,
|
||||
|
|
@ -70,7 +70,6 @@ from .models import (
|
|||
Zone,
|
||||
)
|
||||
from .services import sign_and_send_to_nostr, update_merchant_to_nostr
|
||||
from .helpers import normalize_public_key
|
||||
|
||||
######################################## MERCHANT ########################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue