From f2ace1b63b9a4ee5cceefe45b6d892271f0bc8d3 Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 5 Mar 2026 21:49:45 -0500 Subject: [PATCH] Use `ppfmt()` in `order_mode` since it's provided by `tractor` now --- piker/ui/order_mode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/ui/order_mode.py b/piker/ui/order_mode.py index 0f655749..7ce39b86 100644 --- a/piker/ui/order_mode.py +++ b/piker/ui/order_mode.py @@ -34,6 +34,7 @@ import uuid from bidict import bidict import tractor +from tractor.devx.pformat import ppfmt import trio from piker import config @@ -1207,11 +1208,10 @@ async def process_trade_msg( f'\n' f'=> CANCELLING ORDER DIALOG <=\n' - # from tractor.devx.pformat import ppfmt # !TODO LOL, wtf the msg is causing # a recursion bug! # -[ ] get this shit on msgspec stat! - # f'{ppfmt(broker_msg)}' + f'{ppfmt(broker_msg)}' ) # do all the things for a cancel: # - drop order-msg dialog from client table