From 88c9aa68968aacfda954fffcd51423a2d0163164 Mon Sep 17 00:00:00 2001 From: creslin Date: Thu, 2 Aug 2018 12:38:25 +0000 Subject: [PATCH] flake 8 --- freqtrade/strategy/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/strategy/interface.py b/freqtrade/strategy/interface.py index ff370ee2b..45516552a 100644 --- a/freqtrade/strategy/interface.py +++ b/freqtrade/strategy/interface.py @@ -25,7 +25,7 @@ class candle_analyzed: this allows analyze_ticker to not keep testing the same candle data which is wastful in CPU and time ''' - def __init__(self, candle_row = 0): + def __init__(self, candle_row=0): self.candle_row = candle_row def get_candle_row(self):