Skip to content

Commit c9e591f

Browse files
authored
Added media type text to ontology
1 parent 4406167 commit c9e591f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/annotation_import/text.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
" ]\n",
441441
")\n",
442442
"\n",
443-
"ontology = client.create_ontology(\"Ontology Text Annotations\", ontology_builder.asdict())\n"
443+
"ontology = client.create_ontology(\"Ontology Text Annotations\", ontology_builder.asdict(), media_type=MediaType.Text)\n"
444444
],
445445
"metadata": {
446446
"id": "_wWxYFoDTsar"

0 commit comments

Comments
 (0)