chore: code clean-up
This commit is contained in:
parent
3e0b480f0a
commit
90bbc79734
2 changed files with 1 additions and 3 deletions
|
|
@ -9,7 +9,6 @@ from .crud import (
|
||||||
create_direct_message,
|
create_direct_message,
|
||||||
create_order,
|
create_order,
|
||||||
get_merchant_by_pubkey,
|
get_merchant_by_pubkey,
|
||||||
get_merchant_for_user,
|
|
||||||
get_order,
|
get_order,
|
||||||
get_order_by_event_id,
|
get_order_by_event_id,
|
||||||
get_products_by_ids,
|
get_products_by_ids,
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ from lnbits.decorators import (
|
||||||
require_admin_key,
|
require_admin_key,
|
||||||
require_invoice_key,
|
require_invoice_key,
|
||||||
)
|
)
|
||||||
from lnbits.extensions.nostrmarket.helpers import get_shared_secret
|
|
||||||
from lnbits.utils.exchange_rates import currencies
|
from lnbits.utils.exchange_rates import currencies
|
||||||
|
|
||||||
from . import nostrmarket_ext, scheduled_tasks
|
from . import nostrmarket_ext, scheduled_tasks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue