CYarros10 commented on issue #41847:
URL: https://github.com/apache/airflow/issues/41847#issuecomment-2316159815
I'd imagine this is a general issue regarding how Ruff formatting/linting
checks are required and how `pytest.importorskip` is sometimes necessary before
other imports - example:
```
# For no Pydantic environment, we need to skip the tests
pytest.importorskip("google.cloud.aiplatform_v1")
from
airflow.providers.google.cloud.operators.vertex_ai.supervised_fine_tuning
import (
SupervisedFineTuningTrainOperator,
)
```
--
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]