ferruzzi commented on code in PR #32575:
URL: https://github.com/apache/airflow/pull/32575#discussion_r1267332168
##########
airflow/models/dag.py:
##########
@@ -3316,10 +3315,10 @@ def __repr__(self):
class DagOwnerAttributes(Base):
- """Table defining different owner attributes.
+ """
+ Table defining different owner attributes.
- For example, a link for an owner that will be passed as a hyperlink to the
- "DAGs" view.
+ For example, a link for an owner that will be passed as a hyperlink to the
"DAGs" view.
"""
Review Comment:
`ruff` didn't like the summary sentence being one the same line as the
triple-quotes (old line 3319 becomes new line 3318L:3319) an I removed the line
break on old line 3321 (old lines 3321:3322 becomes new line 3321) since the
string fits on one line fine..
--
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]