forked from loafle/openapi-generator-original
[python-experimental] removes print (#13107)
* Removes print * Samples regenerated
This commit is contained in:
parent
8c3a734c64
commit
aa1b0a15da
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user