forked from loafle/openapi-generator-original
fixing python code formatting issue
This commit is contained in:
parent
b050ba9dc3
commit
646c4faa62
@ -581,7 +581,7 @@ class ApiClient(object):
|
||||
"""
|
||||
instance = klass()
|
||||
|
||||
if(not instance.swagger_types):
|
||||
if not instance.swagger_types:
|
||||
return data
|
||||
|
||||
for attr, attr_type in iteritems(instance.swagger_types):
|
||||
|
Loading…
x
Reference in New Issue
Block a user