Skip to content

Commit 46fe4d1

Browse files
committed
second typo
1 parent 7f76254 commit 46fe4d1

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
@@ -599,7 +599,7 @@ class OntologyBuilder:
599599
tools: List[Union[Tool, StepReasoningTool]] = field(default_factory=list)
600600
classifications: List[
601601
Union[Classification, PromptResponseClassification]
602-
] = Field(default_factory=list)
602+
] = field(default_factory=list)
603603

604604
@classmethod
605605
def from_dict(cls, dictionary: Dict[str, Any]) -> Dict[str, Any]:

0 commit comments

Comments
 (0)