blank line removed

This commit is contained in:
misagh 2018-11-23 20:49:00 +01:00
parent 1c2c19b12c
commit 89eb3d9f36

View File

@ -699,7 +699,6 @@ class FreqtradeBot(object):
else:
return False
def check_sell(self, trade: Trade, sell_rate: float, buy: bool, sell: bool) -> bool:
if self.edge:
stoploss = self.edge.stoploss(trade.pair)