ashb commented on a change in pull request #20860:
URL: https://github.com/apache/airflow/pull/20860#discussion_r787074554
##########
File path: airflow/decorators/__init__.pyi
##########
@@ -269,6 +287,8 @@ class TaskDecoratorFactory:
@overload
def python(self, python_callable: F) -> F: ...
@overload
+ def branch(self, python_callable: F) -> F: ...
+ @overload
Review comment:
Ah good -- you spotted my change, this will need moving to be next to
the other branch.
--
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]