Skip to content

Commit 651a9ec

Browse files
authored
Changes to title and removed unused imports
1 parent 8ad4756 commit 651a9ec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/basics/basics.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"id": "complimentary-passing"
3838
},
3939
"source": [
40-
"# Basic project setup\n",
40+
"# Basic project/datasets overview\n",
4141
"\n",
42-
"This notebook is used to go over the basic of the Python SDK, what a db object is, and how to interact with it. \n",
42+
"This notebook is used to go over the basic of the Python SDK, such as what a db object is, and how to interact with it. \n",
4343
"\n"
4444
]
4545
},
@@ -65,9 +65,7 @@
6565
"outputs": [],
6666
"source": [
6767
"from labelbox import Project, Dataset, Client, DataRow\n",
68-
"import random\n",
69-
"import uuid\n",
70-
"import os"
68+
"import random"
7169
]
7270
},
7371
{

0 commit comments

Comments
 (0)