romsharon98 commented on code in PR #43689: URL: https://github.com/apache/airflow/pull/43689#discussion_r1831482806
########## providers/src/airflow/providers/amazon/aws/operators/eks.py: ########## @@ -40,14 +40,9 @@ ) from airflow.providers.amazon.aws.utils import validate_execute_complete_event from airflow.providers.amazon.aws.utils.waiter_with_logging import wait +from airflow.providers.cncf.kubernetes.operators.pod import KubernetesPodOperator from airflow.providers.cncf.kubernetes.utils.pod_manager import OnFinishAction -try: - from airflow.providers.cncf.kubernetes.operators.pod import KubernetesPodOperator -except ImportError: - # preserve backward compatibility for older versions of cncf.kubernetes provider - from airflow.providers.cncf.kubernetes.operators.kubernetes_pod import KubernetesPodOperator - Review Comment: added a todo comment -- 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]
