shahar1 commented on code in PR #61713:
URL: https://github.com/apache/airflow/pull/61713#discussion_r2787522475


##########
providers/standard/src/airflow/providers/standard/operators/bash.py:
##########
@@ -34,8 +34,7 @@
 
 if TYPE_CHECKING:
     from airflow.providers.common.compat.sdk import Context
-
-    from tests_common.test_utils.version_compat import ArgNotSet

Review Comment:
   We could exclude import statements under `TYPE_CHECKING`, as production code 
shouldn't get there anyway. However, it could be potentially prone to future 
misuse - thoughts?



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