diff --git a/openapi/python_explerimental_client_template/schemas.handlebars b/openapi/python_explerimental_client_template/schemas.handlebars index 9450487c..69dc3895 100644 --- a/openapi/python_explerimental_client_template/schemas.handlebars +++ b/openapi/python_explerimental_client_template/schemas.handlebars @@ -1286,8 +1286,8 @@ class Schema: because value is of the correct type, and validation was run earlier when the instance was created """ _path_to_schemas = cls._validate(arg, _instantiation_metadata=_instantiation_metadata) - from pprint import pprint - pprint(dict(_path_to_schemas)) + {{!-- from pprint import pprint --}} + {{!-- pprint(dict(_path_to_schemas)) --}} # loop through it make a new class for each entry for path, schema_classes in _path_to_schemas.items(): enum_schema = any(