sanic-org / sanic-openapi

Easily document your Sanic API with a UI
https://sanic-openapi.readthedocs.io/
MIT License
505 stars 108 forks source link

Fix getattr default #192

Closed denisovkiv closed 3 years ago

denisovkiv commented 3 years ago

Closes #191

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.

artcg commented 3 years ago

This could give unexpected behaviour if any other class there had an empty slots, so I would say better to filter out the key that starts with _ inside the inner dict comprehension and let it crash still if that case happens with the empty slots, thoughts?