formatting

This commit is contained in:
dni ⚡
2022-11-30 23:52:13 +01:00
parent 86d2780c9f
commit e3e62fc073
5 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -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):