potiuk commented on a change in pull request #5468: [AIRFLOW-4841] Fix Sphinx 
doc warnings
URL: https://github.com/apache/airflow/pull/5468#discussion_r296601973
 
 

 ##########
 File path: airflow/contrib/operators/kubernetes_pod_operator.py
 ##########
 @@ -16,10 +16,12 @@
 # under the License.
 
 from airflow.exceptions import AirflowException
+from airflow.kubernetes.kube_client import get_kube_client
+from airflow.kubernetes.pod import Resources
+from airflow.kubernetes.pod_generator import PodGenerator
+from airflow.kubernetes.pod_launcher import PodLauncher
 from airflow.models import BaseOperator
 from airflow.utils.decorators import apply_defaults
-from airflow.kubernetes import kube_client, pod_generator, pod_launcher
-from airflow.kubernetes.pod import Resources
 
 Review comment:
   Can you make a fixup and revert those @mik-laj - before we merge the change 
with autoapi pinned ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to