mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 23:00:54 +00:00
`unicode` does not exist in py3, therefore since six is already imported switch to using `six.u` so that `unicode` is used on py2 and `str` is used on py3.