uranusjr commented on code in PR #27309:
URL: https://github.com/apache/airflow/pull/27309#discussion_r1006564203


##########
docs/apache-airflow/concepts/dags.rst:
##########
@@ -405,6 +405,7 @@ You can also combine this with the 
:ref:`concepts:depends-on-past` functionality
 
         from airflow.models import DAG
         from airflow.operators.empty import EmptyOperator
+        from airflow.decorators import task

Review Comment:
   ```suggestion
           from airflow.decorators import task
           from airflow.models import DAG
           from airflow.operators.empty import EmptyOperator
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to