openapi-generators/openapi-python-client

`py.typed` file is generated with client, but exports do not follow rules, causing `reportPrivateImportUsage` error

marcospgp opened this issue · 0 comments

This tool generates a py.typed file but does not follow the associated export rules, causing a reportPrivateImportUsage when one imports from the generated client.