Repository: incubator-airflow
Updated Branches:
  refs/heads/master 272952a9d -> d52e9e664


[AIRFLOW-2429] Add BaseExecutor back

Closes #3401 from feng-tao/quick_fix_airflow_2429


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/d52e9e66
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/d52e9e66
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/d52e9e66

Branch: refs/heads/master
Commit: d52e9e6642d38fbaa4d4b7ffe49c62daa5a18ff8
Parents: 272952a
Author: Tao feng <tf...@lyft.com>
Authored: Wed May 23 00:14:44 2018 +0200
Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Committed: Wed May 23 00:14:44 2018 +0200

----------------------------------------------------------------------
 airflow/executors/__init__.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/d52e9e66/airflow/executors/__init__.py
----------------------------------------------------------------------
diff --git a/airflow/executors/__init__.py b/airflow/executors/__init__.py
index b91a24e..c33bbb6 100644
--- a/airflow/executors/__init__.py
+++ b/airflow/executors/__init__.py
@@ -21,6 +21,7 @@ import sys
 from airflow.utils.log.logging_mixin import LoggingMixin
 from airflow import configuration
 from airflow.exceptions import AirflowException
+from airflow.executors.base_executor import BaseExecutor # noqa
 from airflow.executors.local_executor import LocalExecutor
 from airflow.executors.sequential_executor import SequentialExecutor
 

Reply via email to