You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/21 19:48:18 UTC

[GitHub] [airflow] ashb commented on a change in pull request #20425: Fix MyPy issues in Core airflow packages

ashb commented on a change in pull request #20425:
URL: https://github.com/apache/airflow/pull/20425#discussion_r773402804



##########
File path: airflow/example_dags/example_task_group_decorator.py
##########
@@ -57,8 +57,8 @@ def task_end():
 
 
 # Creating TaskGroups
-@task_group
-def task_group_function(value):
+@task_group()

Review comment:
       It does, but generally in the examples I think we should use it without parentheses




-- 
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-unsubscribe@airflow.apache.org

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