openapi-python-client
openapi-python-client copied to clipboard
Sort lazy imports to increase stability of generated code
Lazy imports of models aren't sorted, which causes them to be unstable and change from run to run. This is distracting in situations where you have a CI action automatically generating an API client and passing it as a PR to another repo.
This PR fixes this.