Add comments around diff between `C/context` refs
parent
d4d09b6071
commit
a18663213a
|
@ -23,8 +23,8 @@ from exceptiongroup import BaseExceptionGroup
|
|||
from ._clustering import open_actor_cluster
|
||||
from ._ipc import Channel
|
||||
from ._context import (
|
||||
Context,
|
||||
context,
|
||||
Context, # the type
|
||||
context, # a func-decorator
|
||||
)
|
||||
from ._streaming import (
|
||||
MsgStream,
|
||||
|
|
Loading…
Reference in New Issue