add missing ClientMessageType import (#11)

This commit is contained in:
mroxso 2025-01-09 11:48:49 +01:00 committed by GitHub
parent 3ad2d6629f
commit 7c15bb1dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ from nostr.event import Event, EventKind
from nostr.relay_manager import RelayManager
from nostr.key import PrivateKey
from nostr.filter import Filter, Filters
from nostr.message_type import ClientMessageType
def get_relays():
env_relays = os.getenv('RELAYS')