revert formatting nostr

This commit is contained in:
dni ⚡ 2023-03-19 11:15:26 +01:00
parent bb1941445d
commit 4549d0af09
No known key found for this signature in database
GPG key ID: 886317704CC4E618
11 changed files with 48 additions and 71 deletions

View file

@ -1,9 +1,8 @@
import json
from queue import Queue
from threading import Lock
from .event import Event
from .message_type import RelayMessageType
from .event import Event
class EventMessage: