Skip to content

Commit 4c38b4d

Browse files
committed
remove unused call in tutorial
1 parent 51ab059 commit 4c38b4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/tutorials/python/tutorial_scripts/json_schema.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
if e.response.status_code == 404:
5656
my_test_org = js.create_organization(ORG_NAME)
5757

58-
my_test_org = js.JsonSchemaOrganization(ORG_NAME)
59-
6058
try:
6159
my_test_schema = my_test_org.get_json_schema(SCHEMA_NAME)
6260
except SynapseHTTPError as e:

0 commit comments

Comments
 (0)