]> git.ipfire.org Git - thirdparty/starlette.git/commit
Use `__future__.annotations` (#2433)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 20 Jan 2024 17:57:59 +0000 (18:57 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 17:57:59 +0000 (18:57 +0100)
commit6bfe9fea04fe129d20dce25d29ee112e0f60cb43
tree92b1b0e50cdab12c13958605378ee44e0439d9ee
parentb5126b2063dbd6fa46d3e60b4a7117c99dcdbe6e
Use `__future__.annotations` (#2433)

* Use `__future__.annotations`

* fix linter
22 files changed:
starlette/_exception_handler.py
starlette/_utils.py
starlette/applications.py
starlette/authentication.py
starlette/background.py
starlette/concurrency.py
starlette/config.py
starlette/datastructures.py
starlette/endpoints.py
starlette/exceptions.py
starlette/formparsers.py
starlette/middleware/__init__.py
starlette/requests.py
starlette/responses.py
starlette/routing.py
starlette/schemas.py
starlette/staticfiles.py
starlette/status.py
starlette/templating.py
starlette/testclient.py
starlette/types.py
starlette/websockets.py