chore: code format

This commit is contained in:
Vlad Stan 2023-05-05 10:12:49 +03:00
parent 8dd669dd01
commit b5d98910db
4 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,7 @@ from typing import List, Union
from fastapi import WebSocket, WebSocketDisconnect
from loguru import logger
from lnbits.helpers import urlsafe_short_hash
from .models import Event, Filter, Filters, Relay, RelayList