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 it, as production code shouldn't get there anyway - but it
could be 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]