Skip to content

Conversation

@kdestin
Copy link
Member

@kdestin kdestin commented Feb 23, 2023

Description

This PR re-applies black to the azure-ai-ml package. The changes are largely just removing blank lines.

Methodology:

Install black==22.3.0

pip install black==22.3.0 tools/azure-sdk-tools["build"]

Run black --config eng/black-pyproject.toml sdk/ml

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@kdestin
Copy link
Member Author

kdestin commented Feb 23, 2023

This Pull Request is unnecessary. I had a global installation of black==23.1.0 which was shadowing my installation of black==22.3.0 in my dev environment. black==23.1.0 introduces some new formatting changes.

@kdestin kdestin closed this Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants