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