[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:
@@ -19,10 +19,9 @@ class VoidWallet(Wallet):
|
||||
|
||||
async def status(self) -> StatusResponse:
|
||||
logger.warning(
|
||||
(
|
||||
"This backend does nothing, it is here just as a placeholder, you must configure an "
|
||||
"actual backend before being able to do anything useful with LNbits."
|
||||
)
|
||||
"This backend does nothing, it is here just as a placeholder, you must"
|
||||
" configure an actual backend before being able to do anything useful with"
|
||||
" LNbits."
|
||||
)
|
||||
return StatusResponse(None, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user