mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
make format
This commit is contained in:
@@ -3,7 +3,7 @@ import urllib.parse
|
|||||||
|
|
||||||
import click
|
import click
|
||||||
|
|
||||||
from cashu.core.base import Proof, TokenV2, TokenMintJson, WalletKeyset
|
from cashu.core.base import Proof, TokenMintJson, TokenV2, WalletKeyset
|
||||||
from cashu.core.settings import CASHU_DIR, MINT_URL
|
from cashu.core.settings import CASHU_DIR, MINT_URL
|
||||||
from cashu.wallet.crud import get_keyset
|
from cashu.wallet.crud import get_keyset
|
||||||
from cashu.wallet.wallet import Wallet as Wallet
|
from cashu.wallet.wallet import Wallet as Wallet
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ from cashu.core.base import (
|
|||||||
PostMintResponseLegacy,
|
PostMintResponseLegacy,
|
||||||
Proof,
|
Proof,
|
||||||
SplitRequest,
|
SplitRequest,
|
||||||
TokenV2,
|
|
||||||
TokenMintJson,
|
TokenMintJson,
|
||||||
|
TokenV2,
|
||||||
WalletKeyset,
|
WalletKeyset,
|
||||||
)
|
)
|
||||||
from cashu.core.bolt11 import Invoice as InvoiceBolt11
|
from cashu.core.bolt11 import Invoice as InvoiceBolt11
|
||||||
|
|||||||
Reference in New Issue
Block a user