ephraimbuddy commented on code in PR #53600:
URL: https://github.com/apache/airflow/pull/53600#discussion_r2266504567


##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -367,7 +367,7 @@ def _get_email_subject_content(
 
     else:
         from airflow.sdk.definitions._internal.templater import 
SandboxedEnvironment
-        from airflow.utils.context import context_merge
+        from airflow.utils.context import Context

Review Comment:
   I had to import from utils cause I'm not sure the version of sdk the 
redirection started. Probably there's no redirection in 3.0.0?



-- 
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