add ignore comment

This commit is contained in:
xmatthias 2018-06-02 14:14:28 +02:00
parent 3447e4bb97
commit f88729f0e8
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class Backtesting(object):
timerange = Arguments.parse_timerange(None if self.config.get(
'timerange') is None else str(self.config.get('timerange')))
data = optimize.load_data( # type: ignore
data = optimize.load_data( # type: ignore # timerange will be refactored
self.config['datadir'],
pairs=pairs,
ticker_interval=self.ticker_interval,