Fix `open_trade_ledger()` enter value type annot

pre_viz_calls
Tyler Goodlet 2023-01-13 18:50:25 -05:00
parent 35032b42d3
commit 664a15e02d
1 changed files with 1 additions and 1 deletions

View File

@ -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.