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:
@@ -72,7 +72,7 @@ class CustomDataUsingMapping(PythonData):
|
||||
# create a new symbol as equity so we find the existing data files
|
||||
Symbol.Create(config.MappedSymbol, SecurityType.Equity, config.Market)),
|
||||
date,
|
||||
isLiveMode);
|
||||
isLiveMode)
|
||||
|
||||
def Reader(self, config, line, date, isLiveMode):
|
||||
return TradeBar.ParseEquity(config, line, date)
|
||||
|
||||
Reference in New Issue
Block a user