mozilla / jsonschema-transpiler

Compile JSON Schema into Avro and BigQuery schemas
Mozilla Public License 2.0
43 stars 9 forks source link

Remove redundant code path #86

Closed acmiyaguchi closed 5 years ago

acmiyaguchi commented 5 years ago

I don't understand why this is setting self.nullable = true both here and on 537

Originally posted by @relud in https://github.com/mozilla/jsonschema-transpiler/pull/85

Thanks for pushing on this one, it's certainly a redundant path. I should have spent more time looking it over.