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


##########
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.kubernetes import pod_generator

Review Comment:
   ```suggestion
   from airflow.providers.cncf.kubernetes import pod_generator
   ```
   
   To fix the import error
   after that it requires also to rearrange order of imports



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