yuseok89 commented on code in PR #68500:
URL: https://github.com/apache/airflow/pull/68500#discussion_r3408044300


##########
task-sdk/src/airflow/sdk/bases/decorator.py:
##########


Review Comment:
   ```suggestion
               op.doc_md = inspect.cleandoc(self.function.__doc__)
   ```
   
   The case where the text starts on the same line as `"""` doesn't seem 
covered here. What about using `inspect.cleandoc`?



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