vargacypher commented on code in PR #46593: URL: https://github.com/apache/airflow/pull/46593#discussion_r1948013182
########## providers/src/airflow/providers/amazon/aws/sensors/rds.py: ########## @@ -104,18 +104,17 @@ class RdsExportTaskExistenceSensor(RdsBaseSensor): :param export_task_identifier: A unique identifier for the snapshot export task. :param target_statuses: Target status of export task + :param error_statuses: Target error status of export task to fail the sensor """ - template_fields: Sequence[str] = ( - "export_task_identifier", - "target_statuses", - ) + template_fields: Sequence[str] = ("export_task_identifier", "target_statuses", "error_statuses") Review Comment: ruff format is changing it. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org