refactor: extract nostr to __init__
This commit is contained in:
parent
e35dafe056
commit
99022f2b4a
4 changed files with 12 additions and 10 deletions
|
|
@ -9,7 +9,7 @@ from starlette.exceptions import HTTPException
|
|||
from lnbits.decorators import check_admin
|
||||
from lnbits.helpers import urlsafe_short_hash
|
||||
|
||||
from . import nostrclient_ext, scheduled_tasks
|
||||
from . import nostr, nostrclient_ext, scheduled_tasks
|
||||
from .crud import add_relay, delete_relay, get_relays
|
||||
from .helpers import normalize_public_key
|
||||
from .models import Relay, RelayList, TestMessage, TestMessageResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue