jlaportebot commented on PR #66561:
URL: https://github.com/apache/airflow/pull/66561#issuecomment-4468996418

   Good catch on the test — the CI failure shows that `textwrap.dedent()` 
preserves leading/trailing newlines from docstrings. I've updated the code to 
use `textwrap.dedent(...).strip()` which removes the leading newline that 
Python docstrings typically have. This should make the tests pass on the next 
CI run. Pushed the fix in commit 5c7ea04.


-- 
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]

Reply via email to