forked from loafle/openapi-generator-original
fixed wrong intendation error (#11834)
This commit is contained in:
parent
a4e1717fd2
commit
7ed7930bab
@ -19,7 +19,8 @@ from {{apiPackage}} import {{classFilename}}
|
||||
with {{{packageName}}}.ApiClient(configuration) as api_client:
|
||||
# Create an instance of the API class
|
||||
api_instance = {{classFilename}}.{{{classname}}}(api_client)
|
||||
{{#allParams}}{{paramName}} = {{{example}}} # {{{dataType}}} | {{{description}}}{{^required}} (optional){{/required}}{{#defaultValue}} (default to {{{.}}}){{/defaultValue}}
|
||||
{{#allParams}}
|
||||
{{paramName}} = {{{example}}} # {{{dataType}}} | {{{description}}}{{^required}} (optional){{/required}}{{#defaultValue}} (default to {{{.}}}){{/defaultValue}}
|
||||
{{/allParams}}
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user