Skip to content

Commit

Permalink
0.9.62 fix Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Dec 31, 2024
1 parent 93c91d2 commit 844287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion czsc/traders/cwc.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def set_meta(
memo="",
logger=loguru.logger,
overwrite=False,
db: ch.driver.Client | None = None,
db: Optional[Client] = None,
):
"""设置策略元数据
Expand Down

0 comments on commit 844287f

Please sign in to comment.