eladkal commented on code in PR #33174:
URL: https://github.com/apache/airflow/pull/33174#discussion_r1429222336


##########
tests/providers/cncf/kubernetes/operators/test_pod.py:
##########
@@ -28,6 +28,7 @@
 from urllib3 import HTTPResponse
 
 from airflow.exceptions import AirflowException, AirflowSkipException, 
TaskDeferred
+from airflow.providers.cncf.kubernetes import pod_generator
 from airflow.models import DAG, DagModel, DagRun, TaskInstance
 from airflow.models.xcom import XCom

Review Comment:
   ```suggestion
   from airflow.models import DAG, DagModel, DagRun, TaskInstance
   from airflow.models.xcom import XCom
   from airflow.providers.cncf.kubernetes import pod_generator
   ```



-- 
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