fix: use relative import
This commit is contained in:
parent
fab419d974
commit
eeabc34b6f
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from lnbits.decorators import (
|
||||||
require_admin_key,
|
require_admin_key,
|
||||||
require_invoice_key,
|
require_invoice_key,
|
||||||
)
|
)
|
||||||
from lnbits.extensions.nostrmarket.helpers import normalize_public_key
|
|
||||||
from lnbits.utils.exchange_rates import currencies
|
from lnbits.utils.exchange_rates import currencies
|
||||||
|
|
||||||
from . import nostr_client, nostrmarket_ext, scheduled_tasks
|
from . import nostr_client, nostrmarket_ext, scheduled_tasks
|
||||||
|
|
@ -70,6 +70,7 @@ from .models import (
|
||||||
Zone,
|
Zone,
|
||||||
)
|
)
|
||||||
from .services import sign_and_send_to_nostr, update_merchant_to_nostr
|
from .services import sign_and_send_to_nostr, update_merchant_to_nostr
|
||||||
|
from .helpers import normalize_public_key
|
||||||
|
|
||||||
######################################## MERCHANT ########################################
|
######################################## MERCHANT ########################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue