[Mod] flake8 code improve

This commit is contained in:
vn.py 2019-06-09 10:21:44 +08:00
parent 2e2b2f7510
commit 4450ccd2be
3 changed files with 11 additions and 11 deletions

View File

@ -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 -------------------------------------------------

View File

@ -938,4 +938,3 @@ class BacktestingResultDialog(QtWidgets.QDialog):
def is_updated(self):
""""""
return self.updated

View File

@ -1039,6 +1039,7 @@ class BacktestingEngine:
"""
return list(self.daily_results.values())
class DailyResult:
""""""