forked from goodboy/tractor
1
0
Fork 0

Fix top level nursery import

graceful_gather
Tyler Goodlet 2021-10-04 12:39:52 -04:00
parent 1e917fdb1d
commit 79fb1d0ebc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from ._streaming import (
context, context,
) )
from ._discovery import get_arbiter, find_actor, wait_for_actor from ._discovery import get_arbiter, find_actor, wait_for_actor
from ._trionics import open_nursery from ._supervise import open_nursery
from ._state import current_actor, is_root_process from ._state import current_actor, is_root_process
from ._exceptions import ( from ._exceptions import (
RemoteActorError, RemoteActorError,