update docstring

This commit is contained in:
iuvbio 2019-03-11 21:10:22 +01:00
parent c907e80c10
commit e38a3051a1

View File

@ -60,9 +60,8 @@ class IPairList(ABC):
def _validate_whitelist(self, whitelist: List[str]) -> List[str]: def _validate_whitelist(self, whitelist: List[str]) -> List[str]:
""" """
Check available markets and remove pair from whitelist if necessary Check available markets and remove pair from whitelist if necessary
:param whitelist: the sorted list (based on BaseVolume) of pairs the user might want to :param whitelist: the sorted list of pairs the user might want to trade
trade :return: the list of pairs the user wants to trade without those unavailable or
:return: the list of pairs the user wants to trade without the one unavailable or
black_listed black_listed
""" """
markets = self._freqtrade.exchange.markets markets = self._freqtrade.exchange.markets