1212
1313class AuthV1Api (BaseApi ):
1414 @validate_call
15- def change_password (self , body : V1PasswordChange , ** kwargs ) -> None :
16- """Change password
15+ def change_password (self , body : V1PasswordChange , ** kwargs ) -> None : # noqa: E501
16+ """Change password # noqa: E501
1717
1818 This method makes a synchronous HTTP request by default. To make an
1919 asynchronous HTTP request, please pass async_req=True
@@ -39,11 +39,11 @@ def change_password(self, body: V1PasswordChange, **kwargs) -> None:
3939 :rtype: None
4040 """
4141 kwargs ["_return_http_data_only" ] = True
42- return self .change_password_with_http_info (body , ** kwargs )
42+ return self .change_password_with_http_info (body , ** kwargs ) # noqa: E501
4343
4444 @validate_call
45- def change_password_with_http_info (self , body : V1PasswordChange , ** kwargs ):
46- """Change password
45+ def change_password_with_http_info (self , body : V1PasswordChange , ** kwargs ): # noqa: E501
46+ """Change password # noqa: E501
4747
4848 This method makes a synchronous HTTP request by default. To make an
4949 asynchronous HTTP request, please pass async_req=True
@@ -109,14 +109,11 @@ def change_password_with_http_info(self, body: V1PasswordChange, **kwargs):
109109
110110 # process the query parameters
111111 _query_params = []
112-
113112 # process the header parameters
114113 _header_params = dict (_params .get ("_headers" , {}))
115-
116114 # process the form parameters
117115 _form_params = []
118116 _files = {}
119-
120117 # process the body parameter
121118 _body_params = None
122119 if _params ["body" ]:
@@ -125,7 +122,7 @@ def change_password_with_http_info(self, body: V1PasswordChange, **kwargs):
125122 # set the HTTP header `Accept`
126123 _header_params ["Accept" ] = self .api_client .select_header_accept (
127124 ["application/json" ]
128- )
125+ ) # noqa: E501
129126
130127 # set the HTTP header `Content-Type`
131128 _content_types_list = _params .get (
@@ -244,7 +241,7 @@ def login_with_http_info(self, body: V1Credentials, **kwargs): # noqa: E501
244241 for _key , _val in _params ["kwargs" ].items ():
245242 if _key not in _all_params :
246243 raise ApiTypeError (
247- "Got an unexpected keyword argument '%s' to method login" % _key
244+ "Got an unexpected keyword argument '%s'" " to method login" % _key
248245 )
249246 _params [_key ] = _val
250247 del _params ["kwargs" ]
@@ -256,14 +253,11 @@ def login_with_http_info(self, body: V1Credentials, **kwargs): # noqa: E501
256253
257254 # process the query parameters
258255 _query_params = []
259-
260256 # process the header parameters
261257 _header_params = dict (_params .get ("_headers" , {}))
262-
263258 # process the form parameters
264259 _form_params = []
265260 _files = {}
266-
267261 # process the body parameter
268262 _body_params = None
269263 if _params ["body" ]:
@@ -409,14 +403,11 @@ def reset_password_with_http_info(self, body: V1UserEmail, **kwargs): # noqa: E
409403
410404 # process the query parameters
411405 _query_params = []
412-
413406 # process the header parameters
414407 _header_params = dict (_params .get ("_headers" , {}))
415-
416408 # process the form parameters
417409 _form_params = []
418410 _files = {}
419-
420411 # process the body parameter
421412 _body_params = None
422413 if _params ["body" ]:
@@ -557,14 +548,11 @@ def reset_password_confirm_with_http_info(self, body: V1PasswordChange, **kwargs
557548
558549 # process the query parameters
559550 _query_params = []
560-
561551 # process the header parameters
562552 _header_params = dict (_params .get ("_headers" , {}))
563-
564553 # process the form parameters
565554 _form_params = []
566555 _files = {}
567-
568556 # process the body parameter
569557 _body_params = None
570558 if _params ["body" ]:
@@ -697,7 +685,7 @@ def signup_with_http_info(self, body: V1UserSingup, **kwargs): # noqa: E501
697685 for _key , _val in _params ["kwargs" ].items ():
698686 if _key not in _all_params :
699687 raise ApiTypeError (
700- "Got an unexpected keyword argument '%s' to method signup" % _key
688+ "Got an unexpected keyword argument '%s'" " to method signup" % _key
701689 )
702690 _params [_key ] = _val
703691 del _params ["kwargs" ]
@@ -709,14 +697,11 @@ def signup_with_http_info(self, body: V1UserSingup, **kwargs): # noqa: E501
709697
710698 # process the query parameters
711699 _query_params = []
712-
713700 # process the header parameters
714701 _header_params = dict (_params .get ("_headers" , {}))
715-
716702 # process the form parameters
717703 _form_params = []
718704 _files = {}
719-
720705 # process the body parameter
721706 _body_params = None
722707 if _params ["body" ]:
@@ -849,7 +834,7 @@ def trial_with_http_info(self, body: V1TrialStart, **kwargs): # noqa: E501
849834 for _key , _val in _params ["kwargs" ].items ():
850835 if _key not in _all_params :
851836 raise ApiTypeError (
852- "Got an unexpected keyword argument '%s' to method trial" % _key
837+ "Got an unexpected keyword argument '%s'" " to method trial" % _key
853838 )
854839 _params [_key ] = _val
855840 del _params ["kwargs" ]
@@ -861,14 +846,11 @@ def trial_with_http_info(self, body: V1TrialStart, **kwargs): # noqa: E501
861846
862847 # process the query parameters
863848 _query_params = []
864-
865849 # process the header parameters
866850 _header_params = dict (_params .get ("_headers" , {}))
867-
868851 # process the form parameters
869852 _form_params = []
870853 _files = {}
871-
872854 # process the body parameter
873855 _body_params = None
874856 if _params ["body" ]:
0 commit comments