Skip to content

Commit 3d1b874

Browse files
author
Adrian Chang
committed
Updated forms
1 parent 9aa394e commit 3d1b874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pip install "labelbox[data]"
5757
After installing the SDK and getting an API Key, it's time to validate them both.
5858

5959
```python
60-
import labelbox as lb
60+
import labelbox as lb test
6161

6262
client = lb.Client(API_KEY) # API_KEY = API Key generated from labelbox.com
6363
dataset = client.create_dataset(name="Test Dataset")

0 commit comments

Comments
 (0)