make format

This commit is contained in:
callebtc 2023-01-11 12:52:47 +01:00
parent 6afdff0f29
commit 1f23d45d11

View file

@ -4,7 +4,6 @@ from fastapi import Depends, HTTPException, Request
from lnurl.exceptions import InvalidUrl as LnurlInvalidUrl from lnurl.exceptions import InvalidUrl as LnurlInvalidUrl
from lnbits.decorators import WalletTypeInfo, get_key_type from lnbits.decorators import WalletTypeInfo, get_key_type
from .models import CreateTrack
from . import livestream_ext from . import livestream_ext
from .crud import ( from .crud import (
@ -18,6 +17,7 @@ from .crud import (
update_livestream_fee, update_livestream_fee,
update_track, update_track,
) )
from .models import CreateTrack
@livestream_ext.get("/api/v1/livestream") @livestream_ext.get("/api/v1/livestream")