run autoflake

```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
This commit is contained in:
Pavol Rusnak
2023-01-30 11:46:43 +00:00
parent c8efe41e1a
commit 15d7fbeace
38 changed files with 18 additions and 62 deletions
-1
View File
@@ -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"]