chore: code format
This commit is contained in:
parent
8dd669dd01
commit
b5d98910db
4 changed files with 5 additions and 3 deletions
4
tasks.py
4
tasks.py
|
|
@ -1,6 +1,6 @@
|
|||
import asyncio
|
||||
import ssl
|
||||
import json
|
||||
import ssl
|
||||
import threading
|
||||
|
||||
from .crud import get_relays
|
||||
|
|
@ -11,8 +11,8 @@ from .nostr.relay_manager import RelayManager
|
|||
from .services import (
|
||||
nostr,
|
||||
received_subscription_eosenotices,
|
||||
received_subscription_notices,
|
||||
received_subscription_events,
|
||||
received_subscription_notices,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue