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 8602149 commit 3979ff0Copy full SHA for 3979ff0
labelbox/schema/bulk_import_request.py
@@ -15,7 +15,6 @@
15
Type, Set, TYPE_CHECKING)
16
17
from labelbox import exceptions as lb_exceptions
18
-from labelbox.data.annotation_types.types import Cuid
19
from labelbox.data.ontology import get_feature_schema_lookup
20
from labelbox.orm.model import Entity
21
from labelbox import utils
@@ -606,7 +605,7 @@ class DataRow(BaseModel):
606
605
607
608
class NDFeatureSchema(BaseModel):
609
- schemaId: Optional[Cuid] = None
+ schemaId: Optional[str] = None
610
name: Optional[str] = None
611
612
@root_validator
0 commit comments