Remove trailing whitespace

This commit is contained in:
raphael
2021-09-17 14:39:15 -04:00
committed by GitHub
parent e715f2a253
commit 4b2c1a9b8e

View File

@@ -301,7 +301,6 @@ class HyperoptTools():
@staticmethod
def prepare_trials_columns(trials: pd.DataFrame, legacy_mode: bool,
has_drawdown: bool) -> pd.DataFrame:
trials['Best'] = ''
if 'results_metrics.winsdrawslosses' not in trials.columns: