fix up copilot
This commit is contained in:
parent
b1d1cc6de3
commit
eac55c2236
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from http import HTTPStatus
|
||||
|
||||
from fastapi import Request
|
||||
from fastapi.param_functions import Depends, Query
|
||||
from fastapi import Request, Depends, Query
|
||||
from starlette.exceptions import HTTPException
|
||||
|
||||
from lnbits.core.services import websocketUpdater
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue