Skip to content

Commit bd1a12c

Browse files
committed
fix formatting
1 parent d33e931 commit bd1a12c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

freqtrade/configuration/configuration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,7 @@ def _process_optimize_options(self, config: Config) -> None:
338338
if es_epochs > 0:
339339
if es_epochs < 20:
340340
logger.warning(
341-
f"Early stop epochs {es_epochs} lower than 20. "
342-
f"It will be replaced with 20."
341+
f"Early stop epochs {es_epochs} lower than 20. It will be replaced with 20."
343342
)
344343
config.update({"early_stop": 20})
345344
else:

0 commit comments

Comments
 (0)