ashb commented on code in PR #42761: URL: https://github.com/apache/airflow/pull/42761#discussion_r1795038234
########## providers/tests/google/cloud/transfers/test_facebook_ads_to_gcs_system.py: ########## @@ -26,12 +26,13 @@ from airflow.exceptions import AirflowException from airflow.models import Connection from airflow.utils.process_utils import patch_environ +from providers.src.airflow.providers.google.cloud.example_dags import example_facebook_ads_to_gcs Review Comment: It might be worth adding `providers.src.` to the forbidden import list for ruff inside `pyproject.toml` -- 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]
