Skip to content

Commit ac35e56

Browse files
committed
fix: it was moved once more
1 parent e795767 commit ac35e56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/airflow/examples/example-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ data:
77
test_airflow_dag.py: | # <2>
88
from datetime import datetime, timedelta
99
from airflow import DAG
10-
from airflow.operators.bash import BashOperator
11-
from airflow.operators.empty import EmptyOperator
10+
from airflow.providers.standard.operators.bash import BashOperator
11+
from airflow.providers.standard.operators.empty import EmptyOperator
1212
1313
with DAG(
1414
dag_id='test_airflow_dag',

0 commit comments

Comments
 (0)