Remove whitespace and correct typo

paper_trade_improvements_rebase
jaredgoldman 2023-02-26 16:15:00 -05:00
parent 944c1945fc
commit ed6041d138
1 changed files with 2 additions and 2 deletions

View File

@ -729,7 +729,7 @@ def load_pps_from_ledger(
return {}
mod = get_brokermod(brokername)
src_records: dict[str, Transaction] = mod.norm_tr_records(ledger)
src_records: dict[str, Transaction] = mod.norm_trade_records(ledger)
if filter_by:
records = {}