fix: exclude /nostr from code format
This commit is contained in:
parent
f369e2fdac
commit
1e4ea75b00
9 changed files with 46 additions and 31 deletions
3
views.py
3
views.py
|
|
@ -6,11 +6,12 @@ from fastapi import Request
|
|||
from fastapi.param_functions import Query
|
||||
from fastapi.params import Depends
|
||||
from fastapi.templating import Jinja2Templates
|
||||
from starlette.responses import HTMLResponse
|
||||
|
||||
from lnbits.core.crud import update_payment_status
|
||||
from lnbits.core.models import User
|
||||
from lnbits.core.views.api import api_payment
|
||||
from lnbits.decorators import check_admin, check_user_exists
|
||||
from starlette.responses import HTMLResponse
|
||||
|
||||
from . import nostr_renderer, nostrclient_ext
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue