@@ -33,7 +33,7 @@ def worker
3333
3434 #ds-snippet-start:eSign42Step3
3535 document_id = '1'
36- results , _status , headers = template_api . update_document_with_http_info ( account_id , document_id , template_id , template_document ( envelope_args ) )
36+ _results , _status , headers = template_api . update_document_with_http_info ( account_id , document_id , template_id , template_document ( envelope_args ) )
3737
3838 remaining = headers [ 'X-RateLimit-Remaining' ]
3939 reset = headers [ 'X-RateLimit-Reset' ]
@@ -47,7 +47,7 @@ def worker
4747
4848 #ds-snippet-start:eSign42Step4
4949 recipient_id = '1'
50- results , _status , headers = template_api . create_tabs_with_http_info ( account_id , recipient_id , template_id , recipient_tabs )
50+ _results , _status , headers = template_api . create_tabs_with_http_info ( account_id , recipient_id , template_id , recipient_tabs )
5151
5252 remaining = headers [ 'X-RateLimit-Remaining' ]
5353 reset = headers [ 'X-RateLimit-Reset' ]
@@ -92,7 +92,7 @@ def worker
9292
9393 #ds-snippet-start:eSign42Step7
9494 form_fields_request = form_fields ( envelope_args , document_id_guid )
95- results , _status , headers = envelope_api . update_envelope_doc_gen_form_fields_with_http_info (
95+ _results , _status , headers = envelope_api . update_envelope_doc_gen_form_fields_with_http_info (
9696 account_id ,
9797 envelope_id ,
9898 form_fields_request
0 commit comments