@@ -1381,8 +1381,7 @@ def copy_run_with_http_info(
13811381 for _key, _val in _params["kwargs"].items():
13821382 if _key not in _all_params:
13831383 raise ApiTypeError(
1384- "Got an unexpected keyword argument '%s'"
1385- " to method copy_run" % _key
1384+ "Got an unexpected keyword argument '%s' to method copy_run" % _key
13861385 )
13871386 _params[_key] = _val
13881387 del _params["kwargs"]
@@ -3575,8 +3574,7 @@ def get_run_with_http_info(
35753574 for _key, _val in _params["kwargs"].items():
35763575 if _key not in _all_params:
35773576 raise ApiTypeError(
3578- "Got an unexpected keyword argument '%s'"
3579- " to method get_run" % _key
3577+ "Got an unexpected keyword argument '%s' to method get_run" % _key
35803578 )
35813579 _params[_key] = _val
35823580 del _params["kwargs"]
@@ -9421,8 +9419,7 @@ def list_runs_with_http_info(
94219419 for _key, _val in _params["kwargs"].items():
94229420 if _key not in _all_params:
94239421 raise ApiTypeError(
9424- "Got an unexpected keyword argument '%s'"
9425- " to method list_runs" % _key
9422+ "Got an unexpected keyword argument '%s' to method list_runs" % _key
94269423 )
94279424 _params[_key] = _val
94289425 del _params["kwargs"]
@@ -9814,8 +9811,7 @@ def patch_run_with_http_info(
98149811 for _key, _val in _params["kwargs"].items():
98159812 if _key not in _all_params:
98169813 raise ApiTypeError(
9817- "Got an unexpected keyword argument '%s'"
9818- " to method patch_run" % _key
9814+ "Got an unexpected keyword argument '%s' to method patch_run" % _key
98199815 )
98209816 _params[_key] = _val
98219817 del _params["kwargs"]
@@ -10909,8 +10905,7 @@ def skip_run_with_http_info(
1090910905 for _key, _val in _params["kwargs"].items():
1091010906 if _key not in _all_params:
1091110907 raise ApiTypeError(
10912- "Got an unexpected keyword argument '%s'"
10913- " to method skip_run" % _key
10908+ "Got an unexpected keyword argument '%s' to method skip_run" % _key
1091410909 )
1091510910 _params[_key] = _val
1091610911 del _params["kwargs"]
@@ -11071,8 +11066,7 @@ def skip_runs_with_http_info(
1107111066 for _key, _val in _params["kwargs"].items():
1107211067 if _key not in _all_params:
1107311068 raise ApiTypeError(
11074- "Got an unexpected keyword argument '%s'"
11075- " to method skip_runs" % _key
11069+ "Got an unexpected keyword argument '%s' to method skip_runs" % _key
1107611070 )
1107711071 _params[_key] = _val
1107811072 del _params["kwargs"]
@@ -11255,8 +11249,7 @@ def stop_run_with_http_info(
1125511249 for _key, _val in _params["kwargs"].items():
1125611250 if _key not in _all_params:
1125711251 raise ApiTypeError(
11258- "Got an unexpected keyword argument '%s'"
11259- " to method stop_run" % _key
11252+ "Got an unexpected keyword argument '%s' to method stop_run" % _key
1126011253 )
1126111254 _params[_key] = _val
1126211255 del _params["kwargs"]
@@ -11417,8 +11410,7 @@ def stop_runs_with_http_info(
1141711410 for _key, _val in _params["kwargs"].items():
1141811411 if _key not in _all_params:
1141911412 raise ApiTypeError(
11420- "Got an unexpected keyword argument '%s'"
11421- " to method stop_runs" % _key
11413+ "Got an unexpected keyword argument '%s' to method stop_runs" % _key
1142211414 )
1142311415 _params[_key] = _val
1142411416 del _params["kwargs"]
@@ -11591,8 +11583,7 @@ def sync_run_with_http_info(
1159111583 for _key, _val in _params["kwargs"].items():
1159211584 if _key not in _all_params:
1159311585 raise ApiTypeError(
11594- "Got an unexpected keyword argument '%s'"
11595- " to method sync_run" % _key
11586+ "Got an unexpected keyword argument '%s' to method sync_run" % _key
1159611587 )
1159711588 _params[_key] = _val
1159811589 del _params["kwargs"]
@@ -11761,8 +11752,7 @@ def tag_runs_with_http_info(
1176111752 for _key, _val in _params["kwargs"].items():
1176211753 if _key not in _all_params:
1176311754 raise ApiTypeError(
11764- "Got an unexpected keyword argument '%s'"
11765- " to method tag_runs" % _key
11755+ "Got an unexpected keyword argument '%s' to method tag_runs" % _key
1176611756 )
1176711757 _params[_key] = _val
1176811758 del _params["kwargs"]
0 commit comments