Skip to content

Commit 6596197

Browse files
authored
Merge pull request #5 from superannotateai/tests
Add tests
2 parents b6594e1 + d1e2a6d commit 6596197

File tree

2 files changed

+2053
-1
lines changed

2 files changed

+2053
-1
lines changed

src/superannotate_schemas/schemas/external/vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Bbox(VectorInstance):
5353
points: BboxPoints
5454

5555

56-
class RotatedBoxPoints(VectorInstance):
56+
class RotatedBoxPoints(BaseModel):
5757
x1: StrictNumber
5858
y1: StrictNumber
5959
x2: StrictNumber

0 commit comments

Comments
 (0)