isort
This commit is contained in:
parent
8ca390e0b0
commit
9a50f4187e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue