pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
385 stars 89 forks source link

'---' at the beginning of a YAML file is optional #54

Closed pwfff closed 8 years ago

pwfff commented 8 years ago

An exception is currently thrown if it's missing. Pull request incoming.

mission-liao commented 8 years ago

The fix is merged and included in 0.8.17, reopen this issue if you find anything broken.