VladaZakharova commented on code in PR #29017:
URL: https://github.com/apache/airflow/pull/29017#discussion_r1082553841


##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -16,19 +16,28 @@
 # under the License.
 from __future__ import annotations
 
+import contextlib
 import tempfile
 import warnings
 from typing import TYPE_CHECKING, Any, Generator
 
+from asgiref.sync import sync_to_async
 from kubernetes import client, config, watch
+from kubernetes.client.models import V1Pod
 from kubernetes.config import ConfigException
+from kubernetes_asyncio import client as async_client, config as async_config
+from kubernetes_asyncio.client import ApiException
+from kubernetes_asyncio.config import load_kube_config_from_dict

Review Comment:
   Thank you for all your suggestions, i have added necessary changes 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to