We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2cdf1 commit 8a79a96Copy full SHA for 8a79a96
openapi_python_client/parser/properties/__init__.py
@@ -147,7 +147,6 @@ def property_from_data( # noqa: PLR0911
147
roots = roots or set()
148
name = utils.remove_string_escapes(name)
149
if isinstance(data, oai.Reference):
150
- print(data)
151
return _property_from_ref(
152
name=name,
153
required=required,
openapi_python_client/parser/properties/remote_model_property.py
@@ -72,4 +72,4 @@ def _get_module_path(path: str) -> str:
72
"""
73
74
ref = urlparse(path)
75
- return ref.path.split("/")[-1].split(".")[0]
+ return ref.path.split("/")[-1].split(".")[0]
0 commit comments