Skip to content

Commit 4d05d5d

Browse files
committed
Fix flake8 warnings
1 parent 66a5d2e commit 4d05d5d

File tree

1 file changed

+2
-1
lines changed
  • investing_algorithm_framework/app

1 file changed

+2
-1
lines changed

investing_algorithm_framework/app/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,8 @@ def run_permutation_test(
13641364
market=data_source.market,
13651365
window_size=data_source.window_size,
13661366
time_frame=data_source.time_frame,
1367-
data_provider_identifier=data_source.data_provider_identifier,
1367+
data_provider_identifier=data_source
1368+
.data_provider_identifier,
13681369
pandas=data_source.pandas,
13691370
)
13701371
# Add pandas ohlcv data provider to the data provider service

0 commit comments

Comments
 (0)