initial commit on copy
parent
86b4386522
commit
84cd1e0059
|
@ -56,7 +56,6 @@ log = get_logger(__name__)
|
|||
def open_trade_ledger(
|
||||
broker: str,
|
||||
account: str,
|
||||
trades: dict[str, Any]
|
||||
) -> Generator[dict, None, None]:
|
||||
'''
|
||||
Indempotently creat0616cbd1e and read in a trade log file from the
|
||||
|
|
|
@ -138,6 +138,6 @@ def test_trades_persist(
|
|||
dialogs,
|
||||
),
|
||||
):
|
||||
print(f'pps: {pps}')
|
||||
|
||||
assert pps.len()
|
||||
trio.run(main)
|
||||
|
|
Loading…
Reference in New Issue