chore: update python packages + formatting + cleanup (#3221)

This commit is contained in:
dni ⚡
2025-07-08 10:17:27 +02:00
parent c4c03d96a3
commit a16078a6ba
53 changed files with 1159 additions and 576 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
import asyncio
import base64
from collections.abc import AsyncGenerator
from hashlib import sha256
from os import environ
from typing import AsyncGenerator, Dict, Optional
from typing import Optional
import grpc
from loguru import logger
@@ -121,7 +122,7 @@ class LndWallet(Wallet):
unhashed_description: Optional[bytes] = None,
**kwargs,
) -> InvoiceResponse:
data: Dict = {
data: dict = {
"description_hash": b"",
"value": amount,
"private": True,