Skip to content

Commit 664fe4d

Browse files
author
Val Brodsky
committed
Update to support create_ontology_from_feature_schemas
1 parent 320ba96 commit 664fe4d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -545,12 +545,6 @@ def __init__(self, *args, **kwargs) -> None:
545545
Union[List[Classification], List[PromptResponseClassification]]
546546
] = None
547547

548-
def _tool_deserializer_cls(self, tool: Dict[str, Any]) -> Tool:
549-
import pdb
550-
551-
pdb.set_trace()
552-
return Tool
553-
554548
def tools(self) -> List[Tool]:
555549
"""Get list of tools (AKA objects) in an Ontology."""
556550
if self._tools is None:

0 commit comments

Comments
 (0)