[python-experimental] removes print (#13107)

* Removes print

* Samples regenerated
This commit is contained in:
Justin Black 2022-08-04 17:04:03 -07:00 committed by GitHub
parent 8c3a734c64
commit aa1b0a15da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -1357,7 +1357,6 @@ class Schema:
):
# We have a Dynamic class and we are making an instance of it
if issubclass(cls, frozendict):
print(cls.__bases__)
properties = cls._get_properties(arg, path_to_item, path_to_schemas)
return super(Schema, cls).__new__(cls, properties)
elif issubclass(cls, tuple):

View File

@ -1364,7 +1364,6 @@ class Schema:
):
# We have a Dynamic class and we are making an instance of it
if issubclass(cls, frozendict):
print(cls.__bases__)
properties = cls._get_properties(arg, path_to_item, path_to_schemas)
return super(Schema, cls).__new__(cls, properties)
elif issubclass(cls, tuple):

View File

@ -1364,7 +1364,6 @@ class Schema:
):
# We have a Dynamic class and we are making an instance of it
if issubclass(cls, frozendict):
print(cls.__bases__)
properties = cls._get_properties(arg, path_to_item, path_to_schemas)
return super(Schema, cls).__new__(cls, properties)
elif issubclass(cls, tuple):