Skip to content

Commit

Permalink
fix(py_client): comment pprint
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuyangh committed May 10, 2022
1 parent 581df31 commit 766b293
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 766b293

Please sign in to comment.