Skip to content

Commit 0321209

Browse files
committed
parser / schemas / fix typing error
1 parent 77d1a1a commit 0321209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openapi_python_client/parser/properties/schemas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def update_schemas_with_data(
6868

6969
prop: Union[PropertyError, Property]
7070
prop, schemas = property_from_data(
71-
data=data, name=ref_path, schemas=schemas, required=True, parent_name=None, config=config
71+
data=data, name=ref_path, schemas=schemas, required=True, parent_name="", config=config
7272
)
7373

7474
if isinstance(prop, PropertyError):

0 commit comments

Comments
 (0)