apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 2 forks source link

fix(python): use proper struct default value #76

Closed w4bremer closed 1 year ago

w4bremer commented 1 year ago

The old {} default value caused problems in the python template when it was looking the specific type having a .dict() field on default values.

📑 Description

✅ Checks