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:
@@ -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")
|
||||
|
||||
|
||||
@@ -423,4 +423,3 @@ class Exchange:
|
||||
raise NotImplementedError("order type {} error".format(order.type))
|
||||
|
||||
return trade_val, trade_cost
|
||||
|
||||
|
||||
Reference in New Issue
Block a user