forked from goodboy/tractor
1
0
Fork 0

Add comments around diff between `C/context` refs

multihomed
Tyler Goodlet 2023-10-16 15:45:02 -04:00
parent 2fdb8fc25a
commit 07cec02303
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ from exceptiongroup import BaseExceptionGroup
from ._clustering import open_actor_cluster from ._clustering import open_actor_cluster
from ._context import ( from ._context import (
Context, Context, # the type
context, context, # a func-decorator
) )
from ._streaming import ( from ._streaming import (
MsgStream, MsgStream,