]> git.ipfire.org Git - thirdparty/starlette.git/commit
Add type: ignore for aiofiles to make mypy happier (#1072)
authorMoriyoshi Koizumi <mozo@mozo.jp>
Wed, 14 Oct 2020 20:51:28 +0000 (05:51 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 20:51:28 +0000 (22:51 +0200)
commit192ac4e988d3cd38703153d6d5a3879896500f83
tree24bb8c200c6903be91272832505614f43050237c
parentc08aefca695a78a82a86d774aa4f4d05e04cc41d
Add type: ignore for aiofiles to make mypy happier (#1072)

* Add type: ignore to make mypy happier

* Tentatively ignore type checking failure until the following patch gets merged

https://github.com/python/typeshed/pull/4650
starlette/responses.py