dstandish commented on code in PR #62436:
URL: https://github.com/apache/airflow/pull/62436#discussion_r2854421794
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -134,14 +130,17 @@
from airflow.serialization.definitions.dag import SerializedDAG
from airflow.utils.sqlalchemy import CommitProhibitorGuard
-TI = TaskInstance
DR = DagRun
DM = DagModel
TASK_STUCK_IN_QUEUED_RESCHEDULE_EVENT = "stuck in queued reschedule"
""":meta private:"""
+PS = ParamSpec("PS")
+RT = TypeVar("RT")
Review Comment:
don't need them anymore 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]