uranusjr commented on code in PR #31297:
URL: https://github.com/apache/airflow/pull/31297#discussion_r1194498655
##########
airflow/models/taskinstance.py:
##########
@@ -2675,7 +2678,7 @@ def ti_selector_condition(cls, vals: Collection[str |
tuple[str, int]]) -> Colum
def schedule_downstream_tasks(self, session: Session = NEW_SESSION,
max_tis_per_query: int | None = None):
"""
The mini-scheduler for scheduling downstream tasks of this task
instance
- :meta: private
+ :meta: private.
"""
Review Comment:
This one should be reformatted
--
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]