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 8769293 commit 6824e0fCopy full SHA for 6824e0f
libs/labelbox/src/labelbox/schema/tool_building/types.py
@@ -26,8 +26,6 @@ def from_dict(cls, dictionary: Dict[str, Any]) -> "FeatureSchemaAttribute":
26
)
27
28
29
-FeatureSchemaAttribute = Annotated[FeatureSchemaAttribute, Field()]
30
-
31
FeatureSchemaId = Annotated[str, Field(min_length=25, max_length=25)]
32
SchemaId = Annotated[str, Field(min_length=25, max_length=25)]
33
FeatureSchemaAttributes = Annotated[
0 commit comments