Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWheating authored and eladkal committed Jan 10, 2024
1 parent f88e4a1 commit e8858b9
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 @@ -1428,7 +1428,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 e8858b9

Please sign in to comment.