File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -688,14 +688,12 @@ with ApiClient(configuration) as api_client:
688688 files=[
689689 open("./example_signature_request.pdf", "rb").read(),
690690 ],
691- metadata=json.loads(
692- """
691+ metadata=json.loads("""
693692 {
694693 "custom_id": 1234,
695694 "custom_text": "NDA #9"
696695 }
697- """
698- ),
696+ """),
699697 field_options=field_options,
700698 signing_options=signing_options,
701699 signer_experience=signer_experience,
@@ -1729,14 +1727,12 @@ with ApiClient(configuration) as api_client:
17291727 files=[
17301728 open("./example_signature_request.pdf", "rb").read(),
17311729 ],
1732- metadata=json.loads(
1733- """
1730+ metadata=json.loads("""
17341731 {
17351732 "custom_id": 1234,
17361733 "custom_text": "NDA #9"
17371734 }
1738- """
1739- ),
1735+ """),
17401736 field_options=field_options,
17411737 signing_options=signing_options,
17421738 signers=signers,
You can’t perform that action at this time.
0 commit comments