remove unused imports, don't use format string when not needed
This commit is contained in:
parent
eb443902c2
commit
30150c4561
5 changed files with 7 additions and 19 deletions
3
views.py
3
views.py
|
|
@ -1,8 +1,5 @@
|
|||
from http import HTTPStatus
|
||||
|
||||
from fastapi import Depends, Request
|
||||
from fastapi.templating import Jinja2Templates
|
||||
from starlette.exceptions import HTTPException
|
||||
from starlette.responses import HTMLResponse
|
||||
|
||||
from lnbits.core.models import User
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue