diff --git a/tractor/__init__.py b/tractor/__init__.py index 149d4d2..980c8dc 100644 --- a/tractor/__init__.py +++ b/tractor/__init__.py @@ -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,