mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-27 01:01:02 +02:00
isort
This commit is contained in:
parent
8ca390e0b0
commit
9a50f4187e
@ -5,6 +5,7 @@ from fastapi.param_functions import Query
|
|||||||
from fastapi.params import Depends
|
from fastapi.params import Depends
|
||||||
from starlette.exceptions import HTTPException
|
from starlette.exceptions import HTTPException
|
||||||
|
|
||||||
|
from lnbits.core.services import websocketUpdater
|
||||||
from lnbits.decorators import WalletTypeInfo, get_key_type, require_admin_key
|
from lnbits.decorators import WalletTypeInfo, get_key_type, require_admin_key
|
||||||
|
|
||||||
from . import copilot_ext
|
from . import copilot_ext
|
||||||
@ -16,7 +17,6 @@ from .crud import (
|
|||||||
update_copilot,
|
update_copilot,
|
||||||
)
|
)
|
||||||
from .models import CreateCopilotData
|
from .models import CreateCopilotData
|
||||||
from lnbits.core.services import websocketUpdater
|
|
||||||
|
|
||||||
#######################COPILOT##########################
|
#######################COPILOT##########################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user