fix a typo, and remove all unnecessary semicolumns in Python (#5795)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled

This commit is contained in:
Marco Grassi
2021-07-28 03:05:13 +08:00
committed by GitHub
parent 4469d18eb6
commit e823dfdfb7
51 changed files with 143 additions and 143 deletions
@@ -40,8 +40,8 @@ class BasicTemplateFuturesAlgorithm(QCAlgorithm):
futureSP500.SetFilter(timedelta(0), timedelta(182))
futureGold.SetFilter(0, 182)
benchmark = self.AddEquity("SPY");
self.SetBenchmark(benchmark.Symbol);
benchmark = self.AddEquity("SPY")
self.SetBenchmark(benchmark.Symbol)
def OnData(self,slice):