mik-laj commented on a change in pull request #5468: [AIRFLOW-4841] Fix Sphinx doc warnings URL: https://github.com/apache/airflow/pull/5468#discussion_r296601002
########## 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: Probably not necessary. Kubernetes was the only problem that I was unable to solve in the first commit. I had not idea, so I tried to solve the problem by trial and error. Reference: https://issues.apache.org/jira/browse/AIRFLOW-4841?focusedCommentId=16870850&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16870850 ---------------------------------------------------------------- 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
