Skip to content

Commit 1722cb0

Browse files
authored
Clean up lb import
1 parent 2136a13 commit 1722cb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/project_configuration/queue_management.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
},
7878
"outputs": [],
7979
"source": [
80-
"from labelbox import Client, LabelingFrontend, MediaType\n",
81-
"from labelbox.schema.ontology import OntologyBuilder\n",
80+
"from labelbox import Client, LabelingFrontend, OntologyBuilder, MediaType\n",
8281
"from labelbox.schema.queue_mode import QueueMode\n",
8382
"import numpy as np\n",
8483
"from io import BytesIO\n",

0 commit comments

Comments
 (0)