Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix log handler test
Browse files Browse the repository at this point in the history
(cherry picked from commit 606b006)
Signed-off-by: Bolke de Bruin <[email protected]>
  • Loading branch information
bolkedebruin committed Dec 8, 2017
1 parent 2205f49 commit 5b25b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_log_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from airflow.models import TaskInstance, DAG, DagRun
from airflow.config_templates.airflow_local_settings import DEFAULT_LOGGING_CONFIG
from airflow.operators.dummy_operator import DummyOperator
from airflow.operators.python_operator import PythonOperator
from airflow.settings import Session
from airflow.utils.log.logging_mixin import set_context
from airflow.utils.log.file_task_handler import FileTaskHandler
Expand Down

0 comments on commit 5b25b06

Please sign in to comment.