formatting
This commit is contained in:
@@ -7,6 +7,8 @@ from typing import AsyncGenerator, Dict, Optional
|
||||
import httpx
|
||||
from loguru import logger
|
||||
|
||||
from lnbits.settings import settings
|
||||
|
||||
from .base import (
|
||||
InvoiceResponse,
|
||||
PaymentResponse,
|
||||
@@ -15,8 +17,6 @@ from .base import (
|
||||
Wallet,
|
||||
)
|
||||
|
||||
from lnbits.settings import settings
|
||||
|
||||
|
||||
class LnTipsWallet(Wallet):
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user