Skip to content

Commit 3dd32d4

Browse files
committed
MODEL-1448: Updated docstring
1 parent 2b9c0b6 commit 3dd32d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/labelbox/src/labelbox/schema/label_score.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
class LabelScore(pydantic_compat.BaseModel):
55
"""
6-
a label score
6+
A label score.
77
8-
Attributes
9-
name
10-
score
8+
Attributes:
9+
name (str)
10+
score (float)
1111
1212
"""
1313

0 commit comments

Comments
 (0)