chore: mypy fixes

This commit is contained in:
Vlad Stan 2023-02-15 18:18:46 +02:00
parent d0f38346e3
commit bc1af610db
7 changed files with 27 additions and 11 deletions

View file

@ -7,9 +7,9 @@ from starlette.responses import HTMLResponse, JSONResponse
from lnbits.core.models import User
from lnbits.decorators import check_user_exists
from lnbits.extensions.nostrrelay.crud import get_public_relay
from . import nostrrelay_ext, nostrrelay_renderer
from .crud import get_public_relay
templates = Jinja2Templates(directory="templates")