mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-09 09:42:17 +02:00
make format
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user