iamvvekverma commented on code in PR #59948: URL: https://github.com/apache/airflow/pull/59948#discussion_r2783672316
########## 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: I believe this was already addressed — the kubernetes.client.rest import has been removed and only kubernetes.client.exceptions.ApiException remains. Could you please refresh and take another look? -- 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]
