[Mod] flake8 code improve
This commit is contained in:
parent
2e2b2f7510
commit
4450ccd2be
@ -188,7 +188,7 @@ texinfo_documents = [
|
||||
|
||||
# -- Options for intersphinx output ----------------------------------------------
|
||||
intersphinx_mapping = {
|
||||
#'python': ('https://docs.python.org/3/', None),
|
||||
# 'python': ('https://docs.python.org/3/', None),
|
||||
}
|
||||
|
||||
# -- Options for Epub output -------------------------------------------------
|
||||
|
@ -938,4 +938,3 @@ class BacktestingResultDialog(QtWidgets.QDialog):
|
||||
def is_updated(self):
|
||||
""""""
|
||||
return self.updated
|
||||
|
||||
|
@ -1039,6 +1039,7 @@ class BacktestingEngine:
|
||||
"""
|
||||
return list(self.daily_results.values())
|
||||
|
||||
|
||||
class DailyResult:
|
||||
""""""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user