mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 11:24:19 +01:00
make format
This commit is contained in:
@@ -51,10 +51,10 @@ from cashu.wallet.wallet import Wallet as Wallet
|
||||
from .cli_helpers import (
|
||||
get_mint_wallet,
|
||||
print_mint_balances,
|
||||
redeem_multimint,
|
||||
verify_mints,
|
||||
token_from_lnbits_link,
|
||||
proofs_to_token,
|
||||
redeem_multimint,
|
||||
token_from_lnbits_link,
|
||||
verify_mints,
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
import os
|
||||
import urllib.parse
|
||||
|
||||
import click
|
||||
|
||||
from cashu.core.base import Proof, WalletKeyset, TokenJson, TokenMintJson
|
||||
from cashu.core.settings import CASHU_DIR
|
||||
from cashu.core.base import Proof, TokenJson, TokenMintJson, WalletKeyset
|
||||
from cashu.core.settings import CASHU_DIR, MINT_URL
|
||||
from cashu.wallet.crud import get_keyset
|
||||
from cashu.wallet.wallet import Wallet as Wallet
|
||||
import urllib.parse
|
||||
from cashu.core.settings import (
|
||||
MINT_URL,
|
||||
)
|
||||
|
||||
|
||||
async def verify_mints(ctx, dtoken):
|
||||
|
||||
Reference in New Issue
Block a user