sanic-org / sanic-ext

Extended Sanic functionality
https://sanic.dev/en/plugins/sanic-ext/getting-started.html
MIT License
50 stars 36 forks source link

Fix coerce in Hint #251

Open ChihweiLHBird opened 5 months ago

ChihweiLHBird commented 5 months ago

A None of a Optional[...] type should not be coerced to be the non-None value.

Resolves https://github.com/sanic-org/sanic/issues/2794