refactor: move client-manager
This commit is contained in:
parent
818072fe29
commit
c46c903703
3 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ import pytest
|
|||
from fastapi import WebSocket
|
||||
from loguru import logger
|
||||
|
||||
from lnbits.extensions.nostrrelay.client_manager import ( # type: ignore
|
||||
from lnbits.extensions.nostrrelay.relay.client_manager import ( # type: ignore
|
||||
NostrClientConnection,
|
||||
NostrClientManager,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue