Skip to content

Commit 4ab6242

Browse files
authored
fix missing import in sample
1 parent 8a46bc1 commit 4ab6242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import unittest
6868
import webbrowser
6969

7070
import docusign_esign as docusign
71-
from docusign_esign import AuthenticationApi, TemplatesApi
71+
from docusign_esign import AuthenticationApi, TemplatesApi, EnvelopesApi
7272
from docusign_esign.rest import ApiException
7373

7474
user_name = "[USERNAME]"

0 commit comments

Comments
 (0)