Skip to content

Commit 4e56927

Browse files
committed
Change benchmark_id typing to str
1 parent 8b00ee3 commit 4e56927

File tree

1 file changed

+1
-1
lines changed
  • labelbox/data/serialization/labelbox_v1

1 file changed

+1
-1
lines changed

labelbox/data/serialization/labelbox_v1/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class LBV1Label(BaseModel):
131131
seconds_to_label: Optional[float] = Extra('Seconds to Label')
132132
agreement: Optional[float] = Extra('Agreement')
133133
benchmark_agreement: Optional[float] = Extra('Benchmark Agreement')
134-
benchmark_id: Optional[float] = Extra('Benchmark ID')
134+
benchmark_id: Optional[str] = Extra('Benchmark ID')
135135
dataset_name: Optional[str] = Extra('Dataset Name')
136136
reviews: Optional[List[Review]] = Extra('Reviews')
137137
label_url: Optional[str] = Extra('View Label')

0 commit comments

Comments
 (0)