diff --git a/crates/ruff_linter/resources/test/fixtures/airflow/AIR303.py b/crates/ruff_linter/resources/test/fixtures/airflow/AIR303.py index 1d1abbf8d324ff..e4c5dd2f5ec22f 100644 --- a/crates/ruff_linter/resources/test/fixtures/airflow/AIR303.py +++ b/crates/ruff_linter/resources/test/fixtures/airflow/AIR303.py @@ -20,4 +20,4 @@ task_id="task3", task_concurrency=5, # This should trigger AIR303 python_callable=lambda: None, -) \ No newline at end of file +)