fix flake8

This commit is contained in:
robcaulk 2022-10-31 18:23:35 +01:00
parent a49edfbaee
commit 162056a362

View File

@ -94,7 +94,7 @@ class freqai_test_multimodel_classifier_strat(IStrategy):
df["close"], 'up', 'down')
df['&s-up_or_down2'] = np.where(df["close"].shift(-50) >
df["close"], 'up2', 'down2')
df["close"], 'up2', 'down2')
return df