unexpected docstring params

This commit is contained in:
aayush-jain18
2021-06-25 22:43:31 +05:30
parent 1440b2f7fe
commit d294ef10d7
14 changed files with 30 additions and 21 deletions

View File

@@ -113,6 +113,7 @@ def refresh_data(datadir: Path,
:param timeframe: Timeframe (e.g. "5m")
:param pairs: List of pairs to load
:param exchange: Exchange object
:param data_format: dataformat to use
:param timerange: Limit data to be loaded to this timerange
"""
data_handler = get_datahandler(datadir, data_format)