Remove blank line (PEP8)

This commit is contained in:
Bruno Gouvea 2021-06-07 18:20:04 -03:00
parent 5c3a418e65
commit c513c9685d
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ class HyperoptTools():
)
trials = trials.drop(columns=['max_drawdown_abs'])
trials['Profit'] = trials.apply(
lambda x: '{} {}'.format(
round_coin_value(x['Total profit'], stake_currency),