diff --git a/tractor/__init__.py b/tractor/__init__.py index 731f3e9..12123a2 100644 --- a/tractor/__init__.py +++ b/tractor/__init__.py @@ -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,