jsonschema2popo
jsonschema2popo copied to clipboard
Fix case when object has no property
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.