File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
import json
2
2
from http import HTTPStatus
3
3
4
- from fastapi import Request
5
- from fastapi .param_functions import Query
4
+ from fastapi import Request , Query
6
5
from lnurl .types import LnurlPayMetadata
7
6
from fastapi .exceptions import HTTPException
8
7
from fastapi .responses import HTMLResponse
Original file line number Diff line number Diff line change 1
- from fastapi import Query , Reuqest
1
+ from typing import Optional
2
+ from fastapi import Query , Request
2
3
from lnurl .types import LnurlPayMetadata
3
4
from pydantic import BaseModel
4
5
Original file line number Diff line number Diff line change 1
1
from http import HTTPStatus
2
- from typing import Optional
3
2
4
- from fastapi import Depends , Query , Request
3
+ from fastapi import Depends , Request
5
4
from fastapi .exceptions import HTTPException
6
5
7
6
from lnbits .core .services import websocketUpdater
You can’t perform that action at this time.
0 commit comments