Make linter happy
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
e51e7c2698
commit
1f621be8be
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue