Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWheating committed Nov 24, 2023
1 parent b47d3bd commit f370ca4
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 @@ -1427,7 +1427,7 @@ def try_number(cls):
"""
This is what will be used by SQLAlchemy when filtering on try_number.
This is required because the override in the get_try_number function causes
This is required because the override in the get_try_number function causes
try_number values to be off by one when listing tasks in the UI.
:meta private:
Expand Down

0 comments on commit f370ca4

Please sign in to comment.