Skip to content

Commit 3979ff0

Browse files
author
Matt Sokoloff
committed
fix dep issue
1 parent 8602149 commit 3979ff0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/schema/bulk_import_request.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
Type, Set, TYPE_CHECKING)
1616

1717
from labelbox import exceptions as lb_exceptions
18-
from labelbox.data.annotation_types.types import Cuid
1918
from labelbox.data.ontology import get_feature_schema_lookup
2019
from labelbox.orm.model import Entity
2120
from labelbox import utils
@@ -606,7 +605,7 @@ class DataRow(BaseModel):
606605

607606

608607
class NDFeatureSchema(BaseModel):
609-
schemaId: Optional[Cuid] = None
608+
schemaId: Optional[str] = None
610609
name: Optional[str] = None
611610

612611
@root_validator

0 commit comments

Comments
 (0)