refactor: extract NostrRelay
This commit is contained in:
parent
2ebc83a286
commit
855812cb8f
8 changed files with 143 additions and 141 deletions
|
|
@ -14,7 +14,7 @@ from ..crud import (
|
|||
get_events,
|
||||
mark_events_deleted,
|
||||
)
|
||||
from ..models import RelaySpec
|
||||
from .relay import RelaySpec
|
||||
from .event import NostrEvent, NostrEventType
|
||||
from .event_validator import EventValidator
|
||||
from .filter import NostrFilter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue