ashb commented on a change in pull request #16352:
URL: https://github.com/apache/airflow/pull/16352#discussion_r684099331



##########
File path: airflow/models/dag.py
##########
@@ -537,30 +540,31 @@ def next_dagrun_info(
         :param date_last_automated_dagrun: The ``max(execution_date)`` of
             existing "automated" DagRuns for this dag (scheduled or backfill,
             but not manual).
-        :return: A 2-tuple containing the DagRun's execution date, and the
-            earliest it could be scheduled.
+        :returns: DagRunInfo of the next dagrun, or None if a dagrun is not

Review comment:
       `:returns:` vs `:return:
   ```suggestion
           :return: DagRunInfo of the next dagrun, or None if a dagrun is not
   ```
   I think?




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to