mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
Fix counting for large API solutions in generated Python README (#8403)
* Fix counting for large API solutions Let 2 follow 1. * Update Python samples with new readme
This commit is contained in:
@@ -103,7 +103,7 @@ Use specific imports for apis and models like:
|
||||
- `from dynamic_servers.api.default_api import DefaultApi`
|
||||
- `from dynamic_servers.model.pet import Pet`
|
||||
|
||||
Solution 1:
|
||||
Solution 2:
|
||||
Before importing the package, adjust the maximum recursion limit as shown below:
|
||||
```
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user