ashb commented on code in PR #45515:
URL: https://github.com/apache/airflow/pull/45515#discussion_r1908997600


##########
task_sdk/src/airflow/sdk/definitions/_internal/contextmanager.py:
##########
@@ -37,7 +37,7 @@
 _CURRENT_CONTEXT: list[Mapping[str, Any]] = []
 
 
-def get_current_context() -> Mapping[str, Any]:
+def _get_current_context() -> Mapping[str, Any]:
     """
     Retrieve the execution context dictionary without altering user method's 
signature.

Review Comment:
   I'd probably say remove this docstring



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to