kiota
kiota copied to clipboard
Python Generation adds imports of classes not Used in the Modules
Following this generation https://github.com/microsoftgraph/msgraph-sdk-python/pull/938/files
The generator seems to have added imports to come inline classes that are however not used in the mmodules
- [ ] Investigate what caused the imports to be generated
- [ ] Check if the imports are needed
- [ ] If needed, document, if not, revert the change that introduced them