From 32058ccc65dc303cd311b920faebd90c06cfeb7e Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:52:27 +0200 Subject: [PATCH] make format --- cashu/wallet/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py index 1588427..3bd4bd1 100755 --- a/cashu/wallet/cli.py +++ b/cashu/wallet/cli.py @@ -25,9 +25,9 @@ from cashu.core.migrations import migrate_databases from cashu.core.settings import CASHU_DIR, DEBUG, ENV_FILE, LIGHTNING, MINT_URL, VERSION from cashu.wallet import migrations from cashu.wallet.crud import ( + get_lightning_invoices, get_reserved_proofs, get_unused_locks, - get_lightning_invoices, ) from cashu.wallet.wallet import Wallet as Wallet