Update return type comment

This commit is contained in:
Matthias
2020-07-12 10:23:09 +02:00
parent 33c3990972
commit b035d9e267
3 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ class IDataHandler(ABC):
"""
Returns a list of all pairs with ohlcv data available in this datadir
:param datadir: Directory to search for ohlcv files
:return: List of Pair
:return: List of Tuples of (pair, timeframe)
"""
@abstractclassmethod