]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🔧 Fix Type hint of `auto_error` which does not need to be `Optional[bool]` (#4933)
authorDavid Kim <kdaeyoub@gmail.com>
Fri, 26 Aug 2022 13:29:50 +0000 (22:29 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 13:29:50 +0000 (15:29 +0200)
commit0539dd9cd35b7eb3b19945c19c1dc569440c0ec1
treeb54217ab0cda2e6bf6a72c89f35dc5e3793ef229
parentaaf5a380df524a3254f7acb70dd17e160220b5b4
🔧 Fix Type hint of `auto_error` which does not need to be `Optional[bool]` (#4933)
fastapi/security/oauth2.py