jlaneve commented on code in PR #35287:
URL: https://github.com/apache/airflow/pull/35287#discussion_r1377708296


##########
tests/system/providers/docker/example_docker.py:
##########
@@ -54,9 +54,7 @@
 
     (
         # TEST BODY
-        t1
-        >> [t2, t3]
-        >> t4
+        t1 >> [t2, t3] >> t4

Review Comment:
   Interesting, I do actually prefer the single line version. Going to resolve 
this because it's more stylistic and I've seen it both ways



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to