-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
Description
Description
Missing module imports in most of the generated model files.
openapi-generator version
openapi-generator-cli 7.0.0-SNAPSHOT
commit : e8422b3
OpenAPI declaration file url
Generation Details
java -jar openapi-generator-cli.jar generate -i intersight-openapi-v3-1.0.11-12738.json -g python -o python_sdk
Steps to reproduce
In the generated output, import statements are missing in multiple model files.
e.g:
Models/asset_subscription_account.py file missing module import for the following:
- MoTag
- MoVersionContext
- MoBaseMoRelationship
imports missing for almost all the model files.
thllwg