Making changes so the build checks are satisified (imports & flake8)

Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
This commit is contained in:
hoeckxer
2021-01-05 07:06:53 +01:00
parent 614a996597
commit 844df96ec7
2 changed files with 8 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ def test_ignore_expired_candle(default_conf, ohlcv_history):
mocked_history.loc[1, 'buy'] = 1
mocked_history.loc[1, 'sell'] = 1
assert strategy.ignore_expired_candle(mocked_history, True) == True
assert strategy.ignore_expired_candle(mocked_history, True) is True
def test_assert_df_raise(mocker, caplog, ohlcv_history):