We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7db6d0 commit 1fa552aCopy full SHA for 1fa552a
openapi_python_client/parser/properties/schemas.py
@@ -184,7 +184,6 @@ def update_parameters_with_data(
184
return param
185
186
parameters = attr.evolve(parameters, classes_by_reference={ref_path: param, **parameters.classes_by_reference})
187
- print("ref_path is: %s", ref_path)
188
return parameters
189
190
0 commit comments