jsonschema2popo icon indicating copy to clipboard operation
jsonschema2popo copied to clipboard

Fix case when object has no property

Open bmampaey opened this issue 6 years ago • 0 comments

When an object has no property, the produced __init__ for the class is empty. This fix add "pass" in that case so that the produced python code is correct.

bmampaey avatar Oct 20 '18 19:10 bmampaey