chore: code clean-up

This commit is contained in:
Vlad Stan 2023-06-22 13:19:22 +03:00
parent 414ae16cb0
commit 4238be498f
5 changed files with 2 additions and 15 deletions

View file

@ -4,10 +4,7 @@ import ssl
import threading
from .crud import get_relays
from .nostr.event import Event
from .nostr.key import PublicKey
from .nostr.message_pool import EndOfStoredEventsMessage, EventMessage, NoticeMessage
from .nostr.relay_manager import RelayManager
from .services import (
nostr,
received_subscription_eosenotices,