Test 4249 fix regression algorithms executed together (#4832)

* Fix for running regressions algorithms together

* Remove unneeded changes
This commit is contained in:
Colton Sellers
2020-10-08 15:59:06 -07:00
committed by GitHub
parent cc83f19528
commit faa4e91e04
5 changed files with 8 additions and 11 deletions
@@ -14,7 +14,6 @@
from clr import AddReference
AddReference("System")
AddReference("QuantConnect.Algorithm")
AddReference("QuantConnect.Algorithm.Framework")
AddReference("QuantConnect.Common")
from QuantConnect import *
@@ -24,7 +23,6 @@ from QuantConnect.Algorithm.Framework.Execution import *
from QuantConnect.Algorithm.Framework.Portfolio import *
from QuantConnect.Algorithm.Framework.Selection import *
from QuantConnect.Brokerages import *
from QuantConnect.Data import *
from QuantConnect.Interfaces import *
from QuantConnect.Orders import *
from System import *