Fix `open_trade_ledger()` enter value type annot
parent
a8e1796a8b
commit
4ba99494f0
|
@ -54,7 +54,7 @@ def open_trade_ledger(
|
|||
broker: str,
|
||||
account: str,
|
||||
|
||||
) -> str:
|
||||
) -> dict:
|
||||
'''
|
||||
Indempotently create and read in a trade log file from the
|
||||
``<configuration_dir>/ledgers/`` directory.
|
||||
|
|
Loading…
Reference in New Issue