romsharon98 commented on code in PR #39325: URL: https://github.com/apache/airflow/pull/39325#discussion_r1584608401
########## airflow/providers/cncf/kubernetes/operators/pod.py: ########## @@ -33,10 +33,10 @@ from typing import TYPE_CHECKING, Any, Callable, Iterable, Sequence import kubernetes +import tenacity from deprecated import deprecated -from kubernetes.client import CoreV1Api, V1Pod, models as k8s -from kubernetes.stream import stream -from urllib3.exceptions import HTTPError Review Comment: Revert it. MyPy checks failed because of this. -- 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]
