Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 15, 2023
1 parent a4bddd7 commit d06164d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cashu/wallet/api/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d06164d

Please sign in to comment.