mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update formatting
Line 302 was too long
This commit is contained in:
parent
9525a5b96c
commit
e715f2a253
|
@ -299,7 +299,8 @@ class HyperoptTools():
|
|||
f"Objective: {results['loss']:.5f}")
|
||||
|
||||
@staticmethod
|
||||
def prepare_trials_columns(trials: pd.DataFrame, legacy_mode: bool, has_drawdown: bool) -> pd.DataFrame:
|
||||
def prepare_trials_columns(trials: pd.DataFrame, legacy_mode: bool,
|
||||
has_drawdown: bool) -> pd.DataFrame:
|
||||
|
||||
trials['Best'] = ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user