From 514cbd8cff592a18c29f05ddb14c446b8dd49e4f Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 26 Dec 2022 23:21:07 +0100 Subject: [PATCH] make format --- cashu/wallet/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, )