diff --git a/lean/commands/create_project.py b/lean/commands/create_project.py index 944d170f..f38c1263 100644 --- a/lean/commands/create_project.py +++ b/lean/commands/create_project.py @@ -246,7 +246,6 @@ def Add(a: int, b: int): using QuantConnect.Orders.Slippage; using QuantConnect.Orders.TimeInForces; using QuantConnect.Python; - using QuantConnect.Research; using QuantConnect.Scheduling; using QuantConnect.Securities; using QuantConnect.Securities.Equity;