Use multiline import for debug mod

switch_to_pdbp
Tyler Goodlet 2023-04-15 19:48:52 -04:00
parent 174b73234c
commit 4ac1da3fb2
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,10 @@ from ._exceptions import (
ModuleNotExposed,
ContextCancelled,
)
from ._debug import breakpoint, post_mortem
from ._debug import (
breakpoint,
post_mortem,
)
from . import msg
from ._root import (
run_daemon,