uranusjr commented on code in PR #38306:
URL: https://github.com/apache/airflow/pull/38306#discussion_r1531975912


##########
tests/models/test_baseoperator.py:
##########
@@ -638,25 +638,25 @@ def test_lineage_composition(self):
         task1.supports_lineage = True
 
         # note: operator precedence still applies
-        inlet > task1 | (task2 > outlet)
+        inlet > task1 | (task2 > outlet)  # noqa: B015

Review Comment:
   What does this line do?



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