diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py index e5543c2..93f6b6d 100644 --- a/cashu/wallet/cli.py +++ b/cashu/wallet/cli.py @@ -48,10 +48,10 @@ from cashu.wallet.crud import ( from cashu.wallet.wallet import Wallet as Wallet from .cli_helpers import ( + get_mint_wallet, + print_mint_balances, redeem_multimint, verify_mints, - print_mint_balances, - get_mint_wallet, )