Ensure more methods are typechecked

This commit is contained in:
Matthias
2022-11-14 20:56:35 +01:00
parent f27be7ada8
commit 0a702cdd26
3 changed files with 5 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ class Backtesting:
PairLocks.use_db = True
Trade.use_db = True
def init_backtest_detail(self):
def init_backtest_detail(self) -> None:
# Load detail timeframe if specified
self.timeframe_detail = str(self.config.get('timeframe_detail', ''))
if self.timeframe_detail: