Skip to content

Commit

Permalink
Fix top level nursery import
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Oct 4, 2021
1 parent beb2d8f commit d5f5fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
context,
)
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 ._exceptions import (
RemoteActorError,
Expand Down

0 comments on commit d5f5fd5

Please sign in to comment.