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
  • Loading branch information
wonseokyang-de authored Sep 17, 2024
1 parent fc5f686 commit 8fe2861
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 @@ -937,7 +937,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 8fe2861

Please sign in to comment.