Fix codestyle

This commit is contained in:
Anton
2018-04-28 00:30:42 +03:00
parent 82ea56c8fd
commit 2267a420a4
4 changed files with 10 additions and 6 deletions

View File

@@ -167,7 +167,7 @@ def test_get_start_ts_from_timerange(mocker) -> None:
start = get_start_ts_from_timerange(((None, 'line'), None, -200), '5m')
assert start == (1367900664 - 5 * 200 * 60) * 1000
def test_download_pairs_exception(ticker_history, mocker, caplog) -> None:
mocker.patch('freqtrade.optimize.__init__.get_ticker_history', return_value=ticker_history)