jlaportebot commented on PR #66561: URL: https://github.com/apache/airflow/pull/66561#issuecomment-4478042098
Thanks @SameerMesiah97 for the suggestion! I've already added the already-dedented test case in a previous commit (`test_task_docstring_already_dedented`). I've also just pushed a fix for the CI failures — the Static Checks job was failing due to: 1. Unused `pytest` import in the test file (F401) 2. Docstring formatting issue (`""" My task description. """` had extra spaces that ruff-format flagged). Both are now fixed. Waiting for CI to re-run. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
