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 ._context import (
Context,
context,
Context, # the type
context, # a func-decorator
)
from ._streaming import (
MsgStream,