Skip to content

Commit

Permalink
fix: Correct docstring format in _get_template_context (#42244) (#42272)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8fe2861)

Co-authored-by: Wonseok Yang <[email protected]>
  • Loading branch information
2 people authored and utkarsharma2 committed Oct 23, 2024
1 parent b4051fb commit e9524ad
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 e9524ad

Please sign in to comment.