Fix `open_trade_ledger()` enter value type annot

overlays_interaction_latency_tuning
Tyler Goodlet 2023-01-13 18:50:25 -05:00
parent a8e1796a8b
commit 4ba99494f0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def open_trade_ledger(
broker: str, broker: str,
account: str, account: str,
) -> str: ) -> dict:
''' '''
Indempotently create and read in a trade log file from the Indempotently create and read in a trade log file from the
``<configuration_dir>/ledgers/`` directory. ``<configuration_dir>/ledgers/`` directory.