Skip to content

Commit

Permalink
Commenting out content of example_docker_operator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 30, 2016
1 parent b33eef3 commit d0ea4f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion airflow/example_dags/example_docker_operator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""
from airflow import DAG
from airflow.operators import BashOperator
from datetime import datetime, timedelta
Expand Down Expand Up @@ -45,4 +46,5 @@
t1.set_downstream(t2)
t1.set_downstream(t3)
t3.set_downstream(t4)
t3.set_downstream(t4)
"""

0 comments on commit d0ea4f4

Please sign in to comment.