john-jac commented on code in PR #66891:
URL: https://github.com/apache/airflow/pull/66891#discussion_r3244167840


##########
providers/amazon/tests/system/amazon/aws/example_mwaa_serverless.py:
##########
@@ -36,9 +37,8 @@
 from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS
 
 if AIRFLOW_V_3_0_PLUS:
-    from airflow.sdk import TriggerRule, task
+    from airflow.sdk import TriggerRule

Review Comment:
   Verify that no other @task functions remain in this file after removing the 
task import. If there are none, this is fine. If any remain (e.g., setup 
helpers), the import removal will 
   break them.



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