fix pylint W0612 (unused-variable)

This commit is contained in:
Pavol Rusnak
2023-01-30 11:46:43 +00:00
parent 32f4c8aa17
commit d29fcca6aa
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class LNbitsWallet(Wallet):
json={"out": True, "bolt11": bolt11},
timeout=None,
)
ok, checking_id, fee_msat, preimage, error_message = (
ok, checking_id, _, _, error_message = (
not r.is_error,
None,
None,