Mask not-yet-existing `.devx.pformat` import
parent
9324d82ff1
commit
d927ed82d8
|
@ -35,11 +35,11 @@ from ._debug import (
|
||||||
from ._stackscope import (
|
from ._stackscope import (
|
||||||
enable_stack_on_sig as enable_stack_on_sig,
|
enable_stack_on_sig as enable_stack_on_sig,
|
||||||
)
|
)
|
||||||
from .pformat import (
|
# from .pformat import (
|
||||||
add_div as add_div,
|
# add_div as add_div,
|
||||||
pformat_caller_frame as pformat_caller_frame,
|
# pformat_caller_frame as pformat_caller_frame,
|
||||||
pformat_boxed_tb as pformat_boxed_tb,
|
# pformat_boxed_tb as pformat_boxed_tb,
|
||||||
)
|
# )
|
||||||
|
|
||||||
|
|
||||||
def _enable_readline_feats() -> str:
|
def _enable_readline_feats() -> str:
|
||||||
|
|
Loading…
Reference in New Issue