potiuk commented on code in PR #53004: URL: https://github.com/apache/airflow/pull/53004#discussion_r2197911642
########## airflow-core/src/airflow/api/common/trigger_dag.py: ########## @@ -69,6 +69,7 @@ def _trigger_dag( raise DagNotFound(f"Dag id {dag_id} not found") run_after = run_after or timezone.coerce_datetime(timezone.utcnow()) + coerced_logical_date: datetime | None = None Review Comment: Mypy is known to be moody -- 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