uranusjr commented on code in PR #55110:
URL: https://github.com/apache/airflow/pull/55110#discussion_r2430920993
##########
providers/google/tests/unit/google/cloud/operators/test_workflows.py:
##########
@@ -32,6 +36,14 @@
WorkflowsListWorkflowsOperator,
WorkflowsUpdateWorkflowOperator,
)
+from airflow.utils.hashlib_wrapper import md5
+
+from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS
+
+if AIRFLOW_V_3_0_PLUS:
+ from airflow.sdk.definitions.context import Context
Review Comment:
```suggestion
from airflow.sdk import Context
```
--
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]