We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d37554 commit 77a23caCopy full SHA for 77a23ca
modules/swagger-codegen/src/main/resources/python/api_client.mustache
@@ -608,8 +608,7 @@ class ApiClient(object):
608
:return: model object.
609
"""
610
611
- if not klass.swagger_types and not self.__hasattr(klass,
612
- 'get_real_child_model'):
+ if not klass.swagger_types and not self.__hasattr(klass, 'get_real_child_model'):
613
return data
614
615
kwargs = {}
0 commit comments