Skip to content

Commit be88b1f

Browse files
committed
Fixed error
1 parent be02e2e commit be88b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/ontology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def _update_colors(self):
656656
self.tools[index].color = "#%02x%02x%02x" % rgb_color
657657

658658
@classmethod
659-
def from_project(cls, project: Project) -> "OntologyBuilder":
659+
def from_project(cls, project: "Project") -> "OntologyBuilder":
660660
ontology = project.ontology().normalized
661661
return cls.from_dict(ontology)
662662

0 commit comments

Comments
 (0)