chore: mypy fixes
This commit is contained in:
parent
d0f38346e3
commit
bc1af610db
7 changed files with 27 additions and 11 deletions
2
views.py
2
views.py
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue