Use multiline import for debug mod

master^2
Tyler Goodlet 2023-04-15 19:48:52 -04:00
parent 3d202272c4
commit 23cffbd940
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,