uranusjr commented on code in PR #25242:
URL: https://github.com/apache/airflow/pull/25242#discussion_r930595516


##########
airflow/decorators/base.py:
##########
@@ -553,6 +556,9 @@ def __call__(
     ) -> Callable[[Callable[FParams, FReturn]], Task[FParams, FReturn]]:
         """For the decorator factory ``@task()`` case."""
 
+    def override(self, **kwargs: Any) -> "_TaskDecorator[FParams, FReturn, 
OperatorSubclass]":

Review Comment:
   ```suggestion
       def override(self, **kwargs: Any) -> "Task[FParams, FReturn]":
   ```



-- 
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]

Reply via email to