Update ohlcv_get_pairs test

This commit is contained in:
Matthias
2021-12-07 19:57:18 +01:00
parent 37b013c157
commit b4d27973b1
5 changed files with 11 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ class HDF5DataHandler(IDataHandler):
cls,
datadir: Path,
timeframe: str,
candle_type: CandleType = CandleType.SPOT_
candle_type: CandleType
) -> List[str]:
"""
Returns a list of all pairs with ohlcv data available in this datadir

View File

@@ -52,7 +52,7 @@ class IDataHandler(ABC):
cls,
datadir: Path,
timeframe: str,
candle_type: CandleType = CandleType.SPOT_
candle_type: CandleType
) -> List[str]:
"""
Returns a list of all pairs with ohlcv data available in this datadir

View File

@@ -49,7 +49,7 @@ class JsonDataHandler(IDataHandler):
cls,
datadir: Path,
timeframe: str,
candle_type: CandleType = CandleType.SPOT_
candle_type: CandleType
) -> List[str]:
"""
Returns a list of all pairs with ohlcv data available in this datadir