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 1db6a3e commit cd9e17bCopy full SHA for cd9e17b
libs/labelbox/src/labelbox/schema/slice.py
@@ -55,7 +55,6 @@ def to_hash(self):
55
def __get_pydantic_core_schema__(
56
self, source: type[Any], handler: GetCoreSchemaHandler
57
) -> core_schema.CoreSchema:
58
- print(source)
59
return core_schema.no_info_after_validator_function(
60
self._validate,
61
core_schema.dict_schema(),
0 commit comments