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
@@ -21,6 +21,7 @@ from QuantConnect import *
from QuantConnect.Algorithm import *
from QuantConnect.Algorithm.Framework.Selection import *
from QuantConnect.Data import *
from QuantConnect.Data.Custom import *
from QuantConnect.Data.Custom.SEC import *
from QuantConnect.Data.UniverseSelection import *