potiuk commented on a change in pull request #5468: [AIRFLOW-4841] Fix Sphinx doc warnings URL: https://github.com/apache/airflow/pull/5468#discussion_r296599537
########## 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: I think that was a try from @mik-laj to get rid of the kubernetes import problem by autoapi 1.1.0 (which is quite illogical). Once we see that pinning autoapi works, we should likely go back with those 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
