forked from goodboy/tractor
Fix type path to new `_supervise` mod
parent
2fbc43f0c3
commit
3f8f848ce8
|
@ -20,7 +20,7 @@ async def sleep(
|
|||
|
||||
|
||||
async def open_ctx(
|
||||
n: tractor._trionics.ActorNursery
|
||||
n: tractor._supervise.ActorNursery
|
||||
):
|
||||
|
||||
# spawn both actors
|
||||
|
|
Loading…
Reference in New Issue