Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

remove jsonschema.compact #150

Closed peterdudfield closed 3 years ago

peterdudfield commented 3 years ago

remove old import to jsonschema.compact and update to use .items() -- this might only work for python 3

149

tirkarthi commented 3 years ago

https://github.com/Yelp/swagger_spec_validator/pull/146 uses six to fix the issue.

peterdudfield commented 3 years ago

146 uses six to fix the issue.

that looks much better