chore: code format

This commit is contained in:
Vlad Stan 2023-02-13 14:41:33 +02:00
parent 4970334713
commit 23547f5187
3 changed files with 36 additions and 12 deletions

View file

@ -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 ####################