uranusjr commented on code in PR #32099:
URL: https://github.com/apache/airflow/pull/32099#discussion_r1243247410
##########
airflow/models/taskmixin.py:
##########
@@ -112,6 +115,22 @@ def __rlshift__(self, other: DependencyMixin |
Sequence[DependencyMixin]):
self.__rshift__(other)
return self
+ def set_setup_teardown_ctx_dependencies(self, other):
Review Comment:
This function doesn’t seem to handle the `Sequence[DependencyMixin]` case
properly. Try adding some annotations to the function and mypy should start
complaining.
--
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]