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
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
This commit is contained in:
@@ -20,7 +20,7 @@ from QuantConnect.Data.Custom.SEC import *
|
||||
class DynamicSecurityDataAlgorithm(QCAlgorithm):
|
||||
|
||||
def Initialize(self):
|
||||
self.Ticker = "GOOGL";
|
||||
self.Ticker = "GOOGL"
|
||||
|
||||
self.SetStartDate(2015, 10, 22)
|
||||
self.SetEndDate(2015, 10, 30)
|
||||
|
||||
Reference in New Issue
Block a user