chore: code clean-up

This commit is contained in:
Vlad Stan 2023-06-23 10:52:49 +03:00
parent babb58e7e9
commit cd1e830947
3 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import asyncio
from http import HTTPStatus
from typing import List, Optional
from typing import Optional
from fastapi import Depends, WebSocket
from loguru import logger
@ -14,7 +14,6 @@ from .crud import add_relay, delete_relay, get_relays
from .helpers import normalize_public_key
from .models import Relay, RelayList, TestMessage, TestMessageResponse
from .nostr.key import EncryptedDirectMessage, PrivateKey
from .nostr.relay import Relay as NostrRelay
from .services import NostrRouter, nostr
# we keep this in