Skip to content

Commit ea3e8bd

Browse files
committed
Fix flake8 warnings
1 parent cefd821 commit ea3e8bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

investing_algorithm_framework/cli/validate_backtest_checkpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def validate_and_create_checkpoints(
5151

5252
if verbose_output_file is not None:
5353
verbose_file_handle = open(verbose_output_file, 'w')
54+
5455
def echo(msg):
5556
verbose_file_handle.write(msg + "\n")
5657
else:

0 commit comments

Comments
 (0)