]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Add param functions, to override types, to make mypy happy (#226)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 17:25:11 +0000 (21:25 +0400)
committerGitHub <noreply@github.com>
Wed, 15 May 2019 17:25:11 +0000 (21:25 +0400)
commitca27317b654e8265b8783df22e88a439adf96e8a
tree36519504cb7ad214df665e258baf916e1e8300ea
parentce02d3cb8376806695cbf1712b51e9ccb08c604e
:sparkles: Add param functions, to override types, to make mypy happy (#226)
fastapi/__init__.py
fastapi/dependencies/utils.py
fastapi/param_functions.py [new file with mode: 0644]