run autoflake
``` autoflake -i --remove-unused-variables $(find . -name "*.py") ```
This commit is contained in:
@@ -161,7 +161,6 @@ class SparkWallet(Wallet):
|
||||
# this may result in an error if it was paid previously
|
||||
# our database won't allow the same payment_hash to be added twice
|
||||
# this is good
|
||||
pass
|
||||
|
||||
fee_msat = -int(r["msatoshi_sent"] - r["msatoshi"])
|
||||
preimage = r["payment_preimage"]
|
||||
|
||||
Reference in New Issue
Block a user