flake8 linting

This commit is contained in:
Sam Germain 2022-04-29 23:35:08 -06:00
parent 4a6f1e90c3
commit 8756e7d9a1

View File

@ -90,7 +90,7 @@ class Edge:
self.config['exchange']['pair_whitelist'], list(self.exchange.markets))[0])
except IndexError:
self.fee = None
strategy.bot_start()
def calculate(self, pairs: List[str]) -> bool: