fix: Correct return indentation to match try level
All checks were successful
CLI Tests / test-cli (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m4s
Security Scanning / security-scan (push) Successful in 28s
Deploy to Testnet / notify-deployment (push) Successful in 2s

- Change return from 16 spaces to 12 spaces
- Matches try: block indentation level
- Fixes IndentationError on line 555
This commit is contained in:
aitbc
2026-04-29 20:48:26 +02:00
parent 4876895644
commit 7e8bf7dd83

View File

@@ -552,7 +552,7 @@ def balance(ctx):
},
ctx.obj.get("output_format", "table"),
)
return
return
except Exception:
pass