Skip to content

Commit 98fefd8

Browse files
authored
remove unnecessary variable
1 parent e74853e commit 98fefd8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/ds_config_sample.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"monitor_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/monitor/examples/",
3535
"admin_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/admin/examples/",
3636
"documentation": "", # Use an empty string to indicate no documentation path.
37-
"quickstart": "{QUICKSTART_VALUE}",
38-
"organization_id": "{ORGANIZATION_ID}
37+
"quickstart": "{QUICKSTART_VALUE}"
3938
}
4039

4140
DS_JWT = {

0 commit comments

Comments
 (0)