We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad06648 commit e1ee13eCopy full SHA for e1ee13e
src/superannotate_schemas/schemas/external/pixel.py
@@ -30,7 +30,6 @@ class AnnotationPart(BaseModel):
30
31
class AnnotationInstance(BaseImageAnnotationInstance):
32
parts: List[AnnotationPart]
33
- class_name: StrictStr = Field(alias="className")
34
attributes: Optional[List[Attribute]] = Field(list())
35
36
0 commit comments