turbaszek commented on a change in pull request #12376:
URL: https://github.com/apache/airflow/pull/12376#discussion_r523820612
##########
File path: airflow/example_dags/example_xcom.py
##########
@@ -43,24 +44,14 @@ def push_by_returning(**kwargs):
return value_2
-def puller(**kwargs):
+def puller(pulled_value_1, pulled_value_2, **kwargs):
Review comment:
```suggestion
def puller(pulled_value_1, pulled_value_2):
```
We can probably drop the `kwargs`
----------------------------------------------------------------
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]