mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
formatted with black
This commit is contained in:
@@ -167,4 +167,3 @@ class Account:
|
|||||||
def save_account(self, account_path):
|
def save_account(self, account_path):
|
||||||
self.current.save_position(account_path / "position.xlsx", self.last_trade_date)
|
self.current.save_position(account_path / "position.xlsx", self.last_trade_date)
|
||||||
self.report.save_report(account_path / "report.csv")
|
self.report.save_report(account_path / "report.csv")
|
||||||
|
|
||||||
|
|||||||
@@ -423,4 +423,3 @@ class Exchange:
|
|||||||
raise NotImplementedError("order type {} error".format(order.type))
|
raise NotImplementedError("order type {} error".format(order.type))
|
||||||
|
|
||||||
return trade_val, trade_cost
|
return trade_val, trade_cost
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user