Flake8 fixes

This commit is contained in:
Matthias
2018-08-02 20:11:27 +02:00
parent 05ca78d2a3
commit 337d9174d9
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,8 @@ class IStrategy(ABC):
dataframe = self.advise_sell(dataframe, metadata)
return dataframe
def get_signal(self, pair: str, interval: str, ticker_hist: Optional[List[Dict]]) -> Tuple[bool, bool]:
def get_signal(self, pair: str, interval: str,
ticker_hist: Optional[List[Dict]]) -> Tuple[bool, bool]:
"""
Calculates current signal based several technical analysis indicators
:param pair: pair in format ANT/BTC