Skip to content

Commit 7261ab7

Browse files
committed
Remove required queue_mode & quality settings
1 parent 7144da7 commit 7261ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/annotation_import/basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"outputs": [],
111111
"source": [
112112
"from labelbox.schema.ontology import OntologyBuilder, Tool\n",
113-
"from labelbox import Client, LabelingFrontend, LabelImport, MALPredictionImport, QueueMode\n",
113+
"from labelbox import Client, LabelingFrontend, LabelImport, MALPredictionImport\n",
114114
"from labelbox.data.annotation_types import (\n",
115115
" Label, ImageData, ObjectAnnotation, Rectangle, Point, Radio,\n",
116116
" ClassificationAnnotation, ClassificationAnswer\n",

0 commit comments

Comments
 (0)