-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in pyproject.toml #43077
Fix typo in pyproject.toml #43077
Conversation
This should have changed the import position via ruff. Something else might be going wrong. |
For some reasons apache#43077 passed but main was failing. This PR fixes it.
@kaxil - @ashb - this one passed because it only triggered "basic checks" - pyproject.toml "non-dependencies" change is not considered as "source file change". Which maybe it should. I also see that "test_common" should be added as sources in selective checks to trigger tests when only test_common files change. PR is coming |
For some reasons #43077 passed but main was failing. This PR fixes it.
Fix to avoid it in the future #43088 |
For some reasons apache#43077 passed but main was failing. This PR fixes it.
For some reasons apache#43077 passed but main was failing. This PR fixes it.
For some reasons apache#43077 passed but main was failing. This PR fixes it.
For some reasons apache#43077 passed but main was failing. This PR fixes it.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.