1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 18:11:18 +08:00

formatted with black

This commit is contained in:
shubhendra
2021-03-12 13:29:20 +05:30
parent 5f8d0e0436
commit 0969c3e7e0
2 changed files with 0 additions and 2 deletions

View File

@@ -167,4 +167,3 @@ class Account:
def save_account(self, account_path):
self.current.save_position(account_path / "position.xlsx", self.last_trade_date)
self.report.save_report(account_path / "report.csv")

View File

@@ -423,4 +423,3 @@ class Exchange:
raise NotImplementedError("order type {} error".format(order.type))
return trade_val, trade_cost