Skip to content

Commit e1ee13e

Browse files
committed
Update pixel schema
1 parent ad06648 commit e1ee13e

File tree

1 file changed

+0
-1
lines changed
  • src/superannotate_schemas/schemas/external

1 file changed

+0
-1
lines changed

src/superannotate_schemas/schemas/external/pixel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class AnnotationPart(BaseModel):
3030

3131
class AnnotationInstance(BaseImageAnnotationInstance):
3232
parts: List[AnnotationPart]
33-
class_name: StrictStr = Field(alias="className")
3433
attributes: Optional[List[Attribute]] = Field(list())
3534

3635

0 commit comments

Comments
 (0)