Simon Van de Kerckhove
Results
1
comments of
Simon Van de Kerckhove
After a little digging, wild guess would be that this happens because of [this line](https://github.com/openapi-generators/openapi-python-client/blob/08c985fa321c6b2488b2d95faf342e9a90d8685b/openapi_python_client/parser/properties/__init__.py#L581) (note the `parent=None`), leading to [this if block](https://github.com/openapi-generators/openapi-python-client/blob/08c985fa321c6b2488b2d95faf342e9a90d8685b/openapi_python_client/parser/properties/__init__.py#L558) being skipped, while this is the one...