[CHORE] string formatting default length 88 (#1887)
* [CHORE] string formatting default length 88 uses blacks default off 88 and enabled autostringformatting * formatting * nitpicks jackstar fix
This commit is contained in:
@@ -50,7 +50,8 @@ class LNPayWallet(Wallet):
|
||||
data = r.json()
|
||||
if data["statusType"]["name"] != "active":
|
||||
return StatusResponse(
|
||||
f"Wallet {data['user_label']} (data['id']) not active, but {data['statusType']['name']}",
|
||||
f"Wallet {data['user_label']} (data['id']) not active, but"
|
||||
f" {data['statusType']['name']}",
|
||||
0,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user