Skip to content

Commit a51e162

Browse files
author
Colossal Code
committed
Remove trailing space after response_body
1 parent 7de0758 commit a51e162

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/openapi-generator/src/main/resources/python/api_client.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class ApiClient(object):
353353
query_params,
354354
header_params, body,
355355
post_params, files,
356-
response_type,
356+
response_type,
357357
auth_settings,
358358
_return_http_data_only,
359359
collection_formats,

samples/client/petstore/python-asyncio/petstore_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def call_api(self, resource_path, method,
346346
query_params,
347347
header_params, body,
348348
post_params, files,
349-
response_type,
349+
response_type,
350350
auth_settings,
351351
_return_http_data_only,
352352
collection_formats,

samples/client/petstore/python-tornado/petstore_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def call_api(self, resource_path, method,
348348
query_params,
349349
header_params, body,
350350
post_params, files,
351-
response_type,
351+
response_type,
352352
auth_settings,
353353
_return_http_data_only,
354354
collection_formats,

samples/client/petstore/python/petstore_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def call_api(self, resource_path, method,
346346
query_params,
347347
header_params, body,
348348
post_params, files,
349-
response_type,
349+
response_type,
350350
auth_settings,
351351
_return_http_data_only,
352352
collection_formats,

samples/openapi3/client/petstore/python/petstore_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def call_api(self, resource_path, method,
346346
query_params,
347347
header_params, body,
348348
post_params, files,
349-
response_type,
349+
response_type,
350350
auth_settings,
351351
_return_http_data_only,
352352
collection_formats,

0 commit comments

Comments
 (0)