From 766b2933d8fa220387ba5455a405ca216a515d25 Mon Sep 17 00:00:00 2001 From: Lyuyang Hu Date: Tue, 10 May 2022 17:06:24 -0400 Subject: [PATCH] fix(py_client): comment pprint --- .../python_explerimental_client_template/schemas.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(