romsharon98 commented on code in PR #59948: URL: https://github.com/apache/airflow/pull/59948#discussion_r2782662014
########## providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/utils/pod_manager.py: ########## @@ -32,6 +32,7 @@ import pendulum from kubernetes import client, watch from kubernetes.client.rest import ApiException +from kubernetes.client.exceptions import ApiException Review Comment: can you remove the above import, your import from is more correct -- 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]
