From d927ed82d8783eb5fd9df83dec859a3bf93946ed Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 20 Mar 2025 19:43:32 -0400 Subject: [PATCH] Mask not-yet-existing `.devx.pformat` import --- tractor/devx/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tractor/devx/__init__.py b/tractor/devx/__init__.py index cd66d480..75aec953 100644 --- a/tractor/devx/__init__.py +++ b/tractor/devx/__init__.py @@ -35,11 +35,11 @@ from ._debug import ( from ._stackscope import ( enable_stack_on_sig as enable_stack_on_sig, ) -from .pformat import ( - add_div as add_div, - pformat_caller_frame as pformat_caller_frame, - pformat_boxed_tb as pformat_boxed_tb, -) +# from .pformat import ( +# add_div as add_div, +# pformat_caller_frame as pformat_caller_frame, +# pformat_boxed_tb as pformat_boxed_tb, +# ) def _enable_readline_feats() -> str: