]> git.ipfire.org Git - thirdparty/starlette.git/commit
Fix slash redirects (#812)
authorTom Christie <tom@tomchristie.com>
Wed, 29 Jan 2020 09:48:35 +0000 (09:48 +0000)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2020 09:48:35 +0000 (09:48 +0000)
commit508ab752b4f9fb4f5c414eec56f204459297825d
tree79be615e121974038d2033952d065feae23109df
parent6a65461c6e13d0a55243c19ce5580b1b5a65a770
Fix slash redirects (#812)

* Fix for slash redirects

* Drop extranous 'type: ignore'

* Drop print() statement

* Add type: ignore on optional imports
starlette/graphql.py
starlette/routing.py
tests/test_routing.py