uranusjr commented on code in PR #31490:
URL: https://github.com/apache/airflow/pull/31490#discussion_r1203524499
##########
airflow/triggers/external_task.py:
##########
@@ -59,7 +58,7 @@ def __init__(
self.execution_dates = execution_dates
self.poll_interval = poll_interval
- def serialize(self) -> tuple[str, dict[str, Any]]:
+ def serialize(self) -> tuple[str, dict[str, typing.Any]]:
Review Comment:
Previously it’s importing from typing twice and I just figured this is a
good chance to clean it up
--
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]