Merge pull request #56 from lnbits/add_client_for_dm
fix: use relative import
This commit is contained in:
commit
f4348c8d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 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
|
||||||
|
|
@ -54,6 +53,7 @@ from .crud import (
|
||||||
update_stall,
|
update_stall,
|
||||||
update_zone,
|
update_zone,
|
||||||
)
|
)
|
||||||
|
from .helpers import normalize_public_key
|
||||||
from .models import (
|
from .models import (
|
||||||
Customer,
|
Customer,
|
||||||
DirectMessage,
|
DirectMessage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue