fix mypy error for strategy

This commit is contained in:
robcaulk
2022-09-15 00:56:51 +02:00
parent 8aac644009
commit 3b97b3d5c8
4 changed files with 146 additions and 5 deletions

View File

@@ -160,7 +160,6 @@ class IStrategy(ABC, HyperStrategyMixin):
"already on disk."
)
download_all_data_for_training(self.dp, self.config)
self.freqai.strategy = self
else:
# Gracious failures if freqAI is disabled but "start" is called.
class DummyClass():