Skip to content

Commit 721af34

Browse files
committed
nit update
1 parent 65244fe commit 721af34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

labelbox/data/serialization/labelbox_v1/objects.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ def to_common(self) -> Rectangle:
8484
return Rectangle(start=LBV1TIPoint(point=start).to_common(),
8585
end=LBV1TIPoint(point=end).to_common())
8686

87-
for inner_list in self.polygon:
88-
return Polygon(points=[
89-
LBV1TIPoint(point=point).to_common() for point in inner_list
90-
])
91-
9287

9388
class _Point(BaseModel):
9489
x: float

0 commit comments

Comments
 (0)