forked from loafle/openapi-generator-original
Re-generate python client
This commit is contained in:
parent
4e5ba15fa0
commit
a9409834df
@ -133,7 +133,6 @@ class RESTClientObject(object):
|
||||
headers['Content-Type'] = 'application/json'
|
||||
|
||||
try:
|
||||
print(method)
|
||||
# For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE`
|
||||
if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']:
|
||||
if query_params:
|
||||
|
Loading…
x
Reference in New Issue
Block a user