Skip to content

Commit 6824e0f

Browse files
committed
Fix lint error
1 parent 8769293 commit 6824e0f

File tree

1 file changed

+0
-2
lines changed
  • libs/labelbox/src/labelbox/schema/tool_building

1 file changed

+0
-2
lines changed

libs/labelbox/src/labelbox/schema/tool_building/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def from_dict(cls, dictionary: Dict[str, Any]) -> "FeatureSchemaAttribute":
2626
)
2727

2828

29-
FeatureSchemaAttribute = Annotated[FeatureSchemaAttribute, Field()]
30-
3129
FeatureSchemaId = Annotated[str, Field(min_length=25, max_length=25)]
3230
SchemaId = Annotated[str, Field(min_length=25, max_length=25)]
3331
FeatureSchemaAttributes = Annotated[

0 commit comments

Comments
 (0)