#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator? - [x] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-to-test-with-the-latest-master-of-openapi-generator) to confirm the issue still exists? - [x] Have you searched for related issues/PRs? - [x] What's the actual output vs expected output? - [ ] [Optional] Sponsorship to speed up the bug fix or feature request ([example](https://github.com/OpenAPITools/openapi-generator/issues/6178)) ##### Description When setting "supportingFiles" to "false", generated APIs still look for unused and not-generated `extra_modules.py` ``` from <SERVICE_NAME>.models.extra_models import TokenModel # noqa: F401 ``` ##### openapi-generator version 7.x