This commit is contained in:
ben 2022-12-01 18:45:00 +00:00
parent 8ca390e0b0
commit 9a50f4187e

View File

@ -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##########################