1
0
Fork 0

Make linter happy

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-01-26 07:35:19 +01:00
parent e51e7c2698
commit 1f621be8be
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -86,7 +86,6 @@ class Miner:
return f'<Miner #{self.address} ({formatted_attributes})>'
class Transaction:
def __init__(self, amount, time, duration, txid, exchange_rate=None, currency=None):
self._exchange_rate = exchange_rate