Skip to content

Commit 8bc8ee1

Browse files
Update docs/tutorials/python/tutorial_scripts/schema_operations.py
Co-authored-by: BryanFauble <17128019+BryanFauble@users.noreply.github.com>
1 parent 9b7bd9d commit 8bc8ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/python/tutorial_scripts/schema_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from synapseclient import Synapse
2-
from synapseclient.extensions.curator.schema_generation import generate_jsonschema
2+
from synapseclient.extensions.curator import generate_jsonschema
33

44
# Put the path/url of your data model here, either CSV or JSONLD format
55
DATA_MODEL_SOURCE = "tests/unit/synapseclient/extensions/schema_files/example.model.csv"

0 commit comments

Comments
 (0)