mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 00:21:18 +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.