[AIRFLOW-5182] remove unused incorrect import (#5867)

This commit is contained in:
Leah E. Cole 2019-08-19 16:34:26 -07:00 коммит произвёл Jarek Potiuk
Родитель 1b19b0cffc
Коммит c1bb60f542
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,6 @@ any type of executor.
.. code:: python
from airflow.contrib.operators import KubernetesOperator
from airflow.contrib.operators.kubernetes_pod_operator import KubernetesPodOperator
from airflow.contrib.kubernetes.secret import Secret
from airflow.contrib.kubernetes.volume import Volume