mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 09:42:18 +01:00
make format
This commit is contained in:
parent
6afdff0f29
commit
1f23d45d11
@ -4,7 +4,6 @@ from fastapi import Depends, HTTPException, Request
|
||||
from lnurl.exceptions import InvalidUrl as LnurlInvalidUrl
|
||||
|
||||
from lnbits.decorators import WalletTypeInfo, get_key_type
|
||||
from .models import CreateTrack
|
||||
|
||||
from . import livestream_ext
|
||||
from .crud import (
|
||||
@ -18,6 +17,7 @@ from .crud import (
|
||||
update_livestream_fee,
|
||||
update_track,
|
||||
)
|
||||
from .models import CreateTrack
|
||||
|
||||
|
||||
@livestream_ext.get("/api/v1/livestream")
|
||||
|
Loading…
x
Reference in New Issue
Block a user