Adjust documentation to tuple use

This commit is contained in:
Matthias
2018-12-30 10:25:47 +01:00
parent f0af4601f9
commit 6525a838d1
2 changed files with 18 additions and 9 deletions

View File

@@ -46,7 +46,6 @@ class DataProvider(object):
:param copy: copy dataframe before returning.
Use false only for RO operations (where the dataframe is not modified)
"""
# TODO: Should not be stored in exchange but in this class
if self.runmode in (RunMode.DRY_RUN, RunMode.LIVE):
if tick_interval:
pairtick = (pair, tick_interval)