chore: code clean-up

This commit is contained in:
Vlad Stan 2023-06-22 13:06:42 +03:00
parent 6c66b71302
commit 62641b56a6

View file

@ -17,7 +17,6 @@ from .models import Relay, RelayList, TestMessage, TestMessageResponse
from .nostr.key import EncryptedDirectMessage, PrivateKey
from .nostr.relay import Relay as NostrRelay
from .services import NostrRouter, nostr
from .tasks import init_relays
# we keep this in
all_routers: list[NostrRouter] = []