mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 18:11:30 +01: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 starlette.exceptions import HTTPException
|
||||
|
||||
from lnbits.core.services import websocketUpdater
|
||||
from lnbits.decorators import WalletTypeInfo, get_key_type, require_admin_key
|
||||
|
||||
from . import copilot_ext
|
||||
@ -16,7 +17,6 @@ from .crud import (
|
||||
update_copilot,
|
||||
)
|
||||
from .models import CreateCopilotData
|
||||
from lnbits.core.services import websocketUpdater
|
||||
|
||||
#######################COPILOT##########################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user