potiuk commented on a change in pull request #20425:
URL: https://github.com/apache/airflow/pull/20425#discussion_r773406322
##########
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:
MyPy complans here if I do not use parentheses. I will double check
though
--
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]