Skip to content

Commit 20161d8

Browse files
committed
Add combine backtests function
1 parent 8d4726f commit 20161d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

investing_algorithm_framework/domain/backtesting/combine_backtests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from typing import List
22

3-
from investing_algorithm_framework.domain.backtesting import Backtest, BacktestDateRange
3+
from investing_algorithm_framework.domain.backtesting import Backtest, \
4+
BacktestDateRange
45
from investing_algorithm_framework.domain.backtesting import \
56
BacktestSummaryMetrics
67

0 commit comments

Comments
 (0)