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

@ -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,
)