make format everything (#743)

This commit is contained in:
calle
2022-07-16 14:23:03 +02:00
committed by GitHub
parent 69516bb751
commit f4e7d62ca3
60 changed files with 182 additions and 186 deletions
+2 -2
View File
@@ -1,7 +1,5 @@
from http import HTTPStatus
# from mmap import MAP_DENYWRITE
from fastapi.param_functions import Depends
from fastapi.params import Query
from starlette.exceptions import HTTPException
@@ -15,6 +13,8 @@ from lnbits.decorators import check_user_exists
from . import livestream_ext, livestream_renderer
from .crud import get_livestream_by_track, get_track
# from mmap import MAP_DENYWRITE
@livestream_ext.get("/", response_class=HTMLResponse)
async def index(request: Request, user: User = Depends(check_user_exists)):