Mask not-yet-existing `.devx.pformat` import

uv_migration_pre_msgspec_in_runtime
Tyler Goodlet 2025-03-20 19:43:32 -04:00
parent 9324d82ff1
commit d927ed82d8
1 changed files with 5 additions and 5 deletions

View File

@ -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: