Skip to content

Commit f8e35e0

Browse files
author
Matt Sokoloff
committed
fix import
1 parent 0c5ffd2 commit f8e35e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/ontology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
from pydantic import constr
99

10+
from labelbox.schema import project
1011
from labelbox.exceptions import InconsistentOntologyException
1112
from labelbox.orm.db_object import DbObject
1213
from labelbox.orm.model import Field, Relationship
13-
from labelbox.schema.project import Project
1414

1515
FeatureSchemaId: Type[str] = constr(min_length=25, max_length=25)
1616
SchemaId: Type[str] = constr(min_length=25, max_length=25)

0 commit comments

Comments
 (0)