mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 17:26:15 +01:00
make format
This commit is contained in:
parent
6afdff0f29
commit
1f23d45d11
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue