removed redundant todos

This commit is contained in:
Sam Germain
2022-01-02 21:46:06 -06:00
parent c7b1352184
commit 707a6507b5
4 changed files with 1 additions and 5 deletions

View File

@@ -70,8 +70,7 @@ class StrategyTestV3(IStrategy):
protection_enabled = BooleanParameter(default=True)
protection_cooldown_lookback = IntParameter([0, 50], default=30)
# TODO-lev: Can we make this work with protection tests?
# TODO-lev: (Would replace HyperoptableStrategy implicitly ... )
# TODO-lev: Can this work with protection tests? (replace HyperoptableStrategy implicitly ... )
# @property
# def protections(self):
# prot = []