Remove blank line (PEP8)
This commit is contained in:
parent
5c3a418e65
commit
c513c9685d
@ -279,7 +279,6 @@ class HyperoptTools():
|
|||||||
)
|
)
|
||||||
trials = trials.drop(columns=['max_drawdown_abs'])
|
trials = trials.drop(columns=['max_drawdown_abs'])
|
||||||
|
|
||||||
|
|
||||||
trials['Profit'] = trials.apply(
|
trials['Profit'] = trials.apply(
|
||||||
lambda x: '{} {}'.format(
|
lambda x: '{} {}'.format(
|
||||||
round_coin_value(x['Total profit'], stake_currency),
|
round_coin_value(x['Total profit'], stake_currency),
|
||||||
|
Loading…
Reference in New Issue
Block a user