[Mod] flake8 code improve
This commit is contained in:
parent
2e2b2f7510
commit
4450ccd2be
@ -938,4 +938,3 @@ class BacktestingResultDialog(QtWidgets.QDialog):
|
|||||||
def is_updated(self):
|
def is_updated(self):
|
||||||
""""""
|
""""""
|
||||||
return self.updated
|
return self.updated
|
||||||
|
|
||||||
|
@ -1039,6 +1039,7 @@ class BacktestingEngine:
|
|||||||
"""
|
"""
|
||||||
return list(self.daily_results.values())
|
return list(self.daily_results.values())
|
||||||
|
|
||||||
|
|
||||||
class DailyResult:
|
class DailyResult:
|
||||||
""""""
|
""""""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user