kaxil commented on code in PR #48687:
URL: https://github.com/apache/airflow/pull/48687#discussion_r2024912998
##########
airflow-core/tests/unit/decorators/test_bash.py:
##########
@@ -37,7 +37,7 @@
if TYPE_CHECKING:
from airflow.models import TaskInstance
- from airflow.operators.bash import BashOperator
+ from airflow.providers.standard.operators.bash import BashOperator
Review Comment:
Let's make it part of https://github.com/apache/airflow/pull/48683 since we
should change L29 too and not import `RenderedTaskInstanceFields` for AF 3
--
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]