From 07cec023036b9109abfb9b4589b159b39cdc56e6 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 16 Oct 2023 15:45:02 -0400 Subject: [PATCH] Add comments around diff between `C/context` refs --- tractor/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,