pennsignals / aptos

:sunny: A tool for validating data using JSON Schema and converting JSON Schema documents into different data-interchange formats
Apache License 2.0
150 stars 23 forks source link

Fix issue in ResolveVisitor.visit_empty_schema #4

Closed jasonwalsh closed 7 years ago

jasonwalsh commented 7 years ago

Return EmptySchema object since NoneType was being returned.

Verification steps:

$ python setup.py test
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.0% when pulling 1653e73aca05d88167ee01cc33ad952fb5c0d7a0 on fix/resolve-visitor into 20069abe81818842cadd9249f8a75cb8e4aa34be on master.