shubham22 commented on code in PR #32591:
URL: https://github.com/apache/airflow/pull/32591#discussion_r1264306575
##########
airflow/utils/operator_helpers.py:
##########
@@ -199,6 +199,8 @@ def determine_kwargs(
def make_kwargs_callable(func: Callable[..., R]) -> Callable[..., R]:
"""
+ # TODO: D205-ify this one
Review Comment:
How about "Creates a new callable that only forwards necessary arguments
from any provided input."
--
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]