Skip to content

Commit 5682157

Browse files
committed
fix(lint): export BacktestIndexRow from domain.__all__
CI flake8 flags the import as unused without the corresponding entry in __all__. Phase 1 missed adding it.
1 parent 0a6ff46 commit 5682157

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

investing_algorithm_framework/domain/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"parse_decimal_to_string",
110110
"parse_string_to_decimal",
111111
"BacktestRun",
112+
"BacktestIndexRow",
112113
"DATETIME_FORMAT_BACKTESTING",
113114
"BACKTESTING_FLAG",
114115
"PortfolioSnapshot",

0 commit comments

Comments
 (0)