Files
Philip Gao ab29afd1f4 [Import-linter] Find more import errors in import linter pipeline. (#2933)
# Description

Import linter cannot find items other than static imports.
We can add some more import statement in poetry and find circular import
dynamically.

Automatic imports:
Since we have different processes, just dynamic import the module in
different process is OK.


![image](https://github.com/microsoft/promptflow/assets/2208599/c76eed17-e2ab-4d45-b449-dfc99c1f408a)


# All Promptflow 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](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## 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](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
2024-04-29 13:28:34 +08:00
..