We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7bd9d commit 8bc8ee1Copy full SHA for 8bc8ee1
docs/tutorials/python/tutorial_scripts/schema_operations.py
@@ -1,5 +1,5 @@
1
from synapseclient import Synapse
2
-from synapseclient.extensions.curator.schema_generation import generate_jsonschema
+from synapseclient.extensions.curator import generate_jsonschema
3
4
# Put the path/url of your data model here, either CSV or JSONLD format
5
DATA_MODEL_SOURCE = "tests/unit/synapseclient/extensions/schema_files/example.model.csv"
0 commit comments