Skip to content

Commit 6646a96

Browse files
authored
Cleaned up import
1 parent b927ed7 commit 6646a96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/annotation_import/basics.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,14 @@
119119
}
120120
],
121121
"source": [
122-
"import labelbox\n",
123122
"from typing import List\n",
124-
"from labelbox.schema.ontology import OntologyBuilder, Tool\n",
125-
"from labelbox import Client, LabelingFrontend, LabelImport, MALPredictionImport, MediaType\n",
123+
"from labelbox import Client, LabelingFrontend, LabelImport, MALPredictionImport, OntologyBuilder, Tool, MediaType\n",
126124
"from labelbox.schema.queue_mode import QueueMode\n",
127125
"from labelbox.data.annotation_types import (\n",
128126
" Label, ImageData, ObjectAnnotation, Rectangle, Point, LabelList\n",
129127
")\n",
130128
"from labelbox.data.serialization import NDJsonConverter\n",
131129
"import uuid\n",
132-
"print(labelbox.__version__)"
133130
]
134131
},
135132
{

0 commit comments

Comments
 (0)