refactor: move client-manager

This commit is contained in:
Vlad Stan 2023-02-17 13:57:02 +02:00
parent 818072fe29
commit c46c903703
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ from lnbits.decorators import (
from lnbits.helpers import urlsafe_short_hash
from . import nostrrelay_ext
from .client_manager import NostrClientConnection, NostrClientManager
from .relay.client_manager import NostrClientConnection, NostrClientManager
from .crud import (
create_account,
create_relay,