Skip to content

Commit 3aa791f

Browse files
chore: lint
1 parent d76d7aa commit 3aa791f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

views_api.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
import httpx
99
from fastapi import APIRouter, Depends, HTTPException, Query, Request
10-
from lnurl import LnurlPayResponse
11-
from lnurl import decode as decode_lnurl
12-
from lnurl import handle as lnurl_handle
13-
1410
from lnbits.core.crud import (
1511
get_account,
1612
get_standalone_payment,
@@ -38,6 +34,9 @@
3834
)
3935
from lnbits.helpers import create_access_token, get_api_routes
4036
from lnbits.tasks import internal_invoice_queue_put
37+
from lnurl import LnurlPayResponse
38+
from lnurl import decode as decode_lnurl
39+
from lnurl import handle as lnurl_handle
4140

4241
from .crud import (
4342
create_tpos,

0 commit comments

Comments
 (0)