Skip to content

Commit 57d3514

Browse files
committed
Minor PEP8 fix.
1 parent 4a3b55e commit 57d3514

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/monthly_liquidate_rebalance_backtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def run(config, testing, tickers, filename):
125125
strategy = MonthlyLiquidateRebalanceStrategy(
126126
tickers, events_queue
127127
)
128-
#strategy = Strategies(strategy, DisplayStrategy())
129128

130129
# Use the liquidate and rebalance position sizer
131130
# with prespecified ticker weights

0 commit comments

Comments
 (0)