zach-overflow commented on code in PR #59239: URL: https://github.com/apache/airflow/pull/59239#discussion_r2651367767
########## providers/amazon/tests/unit/amazon/aws/operators/test_ecs.py: ########## Review Comment: Oh I see, thanks for pointing this out. Turns out that these changes are no longer required for a passing build, as these typing updates were introduced in a prior commit when there were some functional modifications made to the `BaseTrigger` class. I went ahead and removed the superfluous typing changes to the following files after verifying they're no longer required for the build to pass: - airflow-core/src/airflow/triggers/base.py - providers/amazon/tests/unit/amazon/aws/operators/test_ecs.py - providers/google/src/airflow/providers/google/cloud/triggers/bigquery.py - providers/google/src/airflow/providers/google/cloud/triggers/dataproc.py - task-sdk/src/airflow/sdk/exceptions.py -- 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]
