chore: code format
This commit is contained in:
parent
4970334713
commit
23547f5187
3 changed files with 36 additions and 12 deletions
9
crud.py
9
crud.py
|
|
@ -2,7 +2,14 @@ import json
|
|||
from typing import Any, List, Optional, Tuple
|
||||
|
||||
from . import db
|
||||
from .models import NostrAccount, NostrEvent, NostrFilter, NostrRelay, RelayPublicSpec, RelaySpec
|
||||
from .models import (
|
||||
NostrAccount,
|
||||
NostrEvent,
|
||||
NostrFilter,
|
||||
NostrRelay,
|
||||
RelayPublicSpec,
|
||||
RelaySpec,
|
||||
)
|
||||
|
||||
########################## RELAYS ####################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue