flake8 linting
This commit is contained in:
parent
4a6f1e90c3
commit
8756e7d9a1
@ -90,7 +90,7 @@ class Edge:
|
|||||||
self.config['exchange']['pair_whitelist'], list(self.exchange.markets))[0])
|
self.config['exchange']['pair_whitelist'], list(self.exchange.markets))[0])
|
||||||
except IndexError:
|
except IndexError:
|
||||||
self.fee = None
|
self.fee = None
|
||||||
|
|
||||||
strategy.bot_start()
|
strategy.bot_start()
|
||||||
|
|
||||||
def calculate(self, pairs: List[str]) -> bool:
|
def calculate(self, pairs: List[str]) -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user