From d06164dbf7e300aff46163d1d19885e84682c56a Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:10:45 +0200 Subject: [PATCH] make format --- cashu/wallet/api/router.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cashu/wallet/api/router.py b/cashu/wallet/api/router.py index 064e880c..37ab482c 100644 --- a/cashu/wallet/api/router.py +++ b/cashu/wallet/api/router.py @@ -308,11 +308,9 @@ async def burn( wallet = await mint_wallet(mint) if not (all or token or force or delete) or (token and all): raise Exception( - ( - "enter a token or use --all to burn all pending tokens, --force to" - " check all tokens or --delete with send ID to force-delete pending" - " token from list if mint is unavailable." - ), + "enter a token or use --all to burn all pending tokens, --force to" + " check all tokens or --delete with send ID to force-delete pending" + " token from list if mint is unavailable.", ) if all: # check only those who are flagged as reserved