Skip to content

Commit

Permalink
fix static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Feb 5, 2025
1 parent 18d5a24 commit da5abd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_k8s_run-complete-tests.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eb44c30eb7a68dbe7a20d059a30be809
1855cee910a2f7039dae5d4af44399a6
1 change: 1 addition & 0 deletions tests_common/test_utils/version_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ def get_base_airflow_version_tuple() -> tuple[int, int, int]:

AIRFLOW_V_2_10_PLUS = get_base_airflow_version_tuple() >= (2, 10, 0)
AIRFLOW_V_3_0_PLUS = get_base_airflow_version_tuple() >= (3, 0, 0)
[].sort()

0 comments on commit da5abd2

Please sign in to comment.