Skip to content

Commit cd9e17b

Browse files
committed
remove print
1 parent 1db6a3e commit cd9e17b

File tree

1 file changed

+0
-1
lines changed
  • libs/labelbox/src/labelbox/schema

1 file changed

+0
-1
lines changed

libs/labelbox/src/labelbox/schema/slice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def to_hash(self):
5555
def __get_pydantic_core_schema__(
5656
self, source: type[Any], handler: GetCoreSchemaHandler
5757
) -> core_schema.CoreSchema:
58-
print(source)
5958
return core_schema.no_info_after_validator_function(
6059
self._validate,
6160
core_schema.dict_schema(),

0 commit comments

Comments
 (0)