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 be02e2e commit be88b1fCopy full SHA for be88b1f
libs/labelbox/src/labelbox/schema/ontology.py
@@ -656,7 +656,7 @@ def _update_colors(self):
656
self.tools[index].color = "#%02x%02x%02x" % rgb_color
657
658
@classmethod
659
- def from_project(cls, project: Project) -> "OntologyBuilder":
+ def from_project(cls, project: "Project") -> "OntologyBuilder":
660
ontology = project.ontology().normalized
661
return cls.from_dict(ontology)
662
0 commit comments