Skip to content

Commit 609877f

Browse files
committed
Fix flake8 warnings
1 parent dea7a22 commit 609877f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

investing_algorithm_framework/domain/backtesting/backtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def open(
286286
BacktestPermutationTest.open(perm_test_file)
287287
)
288288

289-
290289
# Load metadata if available
291290
meta_file = os.path.join(directory_path, "metadata.json")
292291

investing_algorithm_framework/infrastructure/data_providers/pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def get_backtest_data(
378378
"within the prepared backtest data "
379379
f"for data source {data_source.identifier}."
380380
)
381-
381+
382382
raise OperationalException(
383383
"No data available for the "
384384
f"date: {backtest_index_date} "

0 commit comments

Comments
 (0)