Required Changes after Classic/Framework Merge

This commit is contained in:
AlexCatarino
2019-04-08 20:30:14 +01:00
parent c288e836eb
commit dc4dd7dfcb
7 changed files with 10 additions and 11 deletions
@@ -33,7 +33,7 @@ from datetime import timedelta
### Framework algorithm that uses the G10CurrencySelectionModel,
### a Universe Selection Model that inherits from ManualUniverseSelectionModel
### </summary>
class G10CurrencySelectionModelFrameworkAlgorithm(QCAlgorithmFramework):
class G10CurrencySelectionModelFrameworkAlgorithm(QCAlgorithm):
'''Framework algorithm that uses the G10CurrencySelectionModel,
a Universe Selection Model that inherits from ManualUniverseSelectionMode'''