XD-DENG commented on a change in pull request #12829:
URL: https://github.com/apache/airflow/pull/12829#discussion_r536587986



##########
File path: tests/utils/test_task_group.py
##########
@@ -559,3 +559,19 @@ def test_duplicate_group_id():
             _ = DummyOperator(task_id="task1")
             with TaskGroup("group1"):
                 _ = DummyOperator(task_id="upstream_join_id")
+

Review comment:
       One more empty line is needed here to please static check.
   
   On the other hand, I agree with you on 
https://github.com/apache/airflow/issues/12757#issuecomment-739147569 . Will do 
the discussion there.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to