Skip to content

Commit

Permalink
fix: Correct docstring format in _get_template_context (apache#42244)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8fe2861)
  • Loading branch information
wonseokyang-de authored and romsharon98 committed Sep 17, 2024
1 parent 583041b commit 9c252fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/models/taskinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def _get_template_context(
Return TI Context.
:param task_instance: the task instance for the task
:param dag for the task
:param dag: dag for the task
:param session: SQLAlchemy ORM Session
:param ignore_param_exceptions: flag to suppress value exceptions while initializing the ParamsDict
Expand Down

0 comments on commit 9c252fe

Please sign in to comment.