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 0c5ffd2 commit f8e35e0Copy full SHA for f8e35e0
labelbox/schema/ontology.py
@@ -7,10 +7,10 @@
7
8
from pydantic import constr
9
10
+from labelbox.schema import project
11
from labelbox.exceptions import InconsistentOntologyException
12
from labelbox.orm.db_object import DbObject
13
from labelbox.orm.model import Field, Relationship
-from labelbox.schema.project import Project
14
15
FeatureSchemaId: Type[str] = constr(min_length=25, max_length=25)
16
SchemaId: Type[str] = constr(min_length=25, max_length=25)
0 commit comments