File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,6 @@ def get_job_details(
699
699
700
700
http_res = self .do_request (
701
701
hook_ctx = HookContext (
702
- config = self .sdk_configuration ,
703
702
base_url = base_url or "" ,
704
703
operation_id = "get_job_details" ,
705
704
oauth2_scopes = [],
@@ -805,7 +804,6 @@ async def get_job_details_async(
805
804
806
805
http_res = await self .do_request_async (
807
806
hook_ctx = HookContext (
808
- config = self .sdk_configuration ,
809
807
base_url = base_url or "" ,
810
808
operation_id = "get_job_details" ,
811
809
oauth2_scopes = [],
@@ -912,7 +910,6 @@ def get_job_failed_files(
912
910
913
911
http_res = self .do_request (
914
912
hook_ctx = HookContext (
915
- config = self .sdk_configuration ,
916
913
base_url = base_url or "" ,
917
914
operation_id = "get_job_failed_files" ,
918
915
oauth2_scopes = [],
@@ -1019,7 +1016,6 @@ async def get_job_failed_files_async(
1019
1016
1020
1017
http_res = await self .do_request_async (
1021
1018
hook_ctx = HookContext (
1022
- config = self .sdk_configuration ,
1023
1019
base_url = base_url or "" ,
1024
1020
operation_id = "get_job_failed_files" ,
1025
1021
oauth2_scopes = [],
You can’t perform that action at this time.
0 commit comments